diff options
author | Richard Schneeman <richard.schneeman+no-recruiters@gmail.com> | 2017-03-19 18:06:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-19 18:06:49 -0500 |
commit | 1934e93d2b514df57718ef584a1e81a297992f49 (patch) | |
tree | fcac22df91eaf8f1d5acf989be05556f081faccb | |
parent | 782f4e2af8bad9fb912306dcf2a2b67e3dd4b5f8 (diff) | |
parent | 91377c5b36cf402915d689176dc9c30664b0ff26 (diff) | |
download | rails-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.md | 2 |
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* |