aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman+no-recruiters@gmail.com>2017-03-19 18:06:49 -0500
committerGitHub <noreply@github.com>2017-03-19 18:06:49 -0500
commit1934e93d2b514df57718ef584a1e81a297992f49 (patch)
treefcac22df91eaf8f1d5acf989be05556f081faccb
parent782f4e2af8bad9fb912306dcf2a2b67e3dd4b5f8 (diff)
parent91377c5b36cf402915d689176dc9c30664b0ff26 (diff)
downloadrails-1934e93d2b514df57718ef584a1e81a297992f49.tar.gz
rails-1934e93d2b514df57718ef584a1e81a297992f49.tar.bz2
rails-1934e93d2b514df57718ef584a1e81a297992f49.zip
Merge pull request #28482 from y-yagi/fix_changelog_entry_about_transaction_error_classes
Fix changelog entry about transaction error classes [ci skip]
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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*