From 91377c5b36cf402915d689176dc9c30664b0ff26 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Mon, 20 Mar 2017 07:45:15 +0900 Subject: Fix changelog entry about transaction error classes [ci skip] `ActiveRecord::TransactionSerializationError` was introduces in #25093. However, refactored in #25107, `TransactionSerializationError` is gone. --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 6506cd4c02..4488524c4e 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -749,7 +749,7 @@ *Johannes Opper* -* Introduce `ActiveRecord::TransactionSerializationError` for catching +* Introduce new Active Record transaction error classes for catching transaction serialization failures or deadlocks. *Erol Fornoles* -- cgit v1.2.3