diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-03-20 07:45:15 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-03-20 07:45:15 +0900 |
commit | 91377c5b36cf402915d689176dc9c30664b0ff26 (patch) | |
tree | 6f9a92b536cdb412415ba3db33763df3480d3e71 /activerecord | |
parent | 9cc2f50f9cc3191fd796af68d09826c67c02a572 (diff) | |
download | rails-91377c5b36cf402915d689176dc9c30664b0ff26.tar.gz rails-91377c5b36cf402915d689176dc9c30664b0ff26.tar.bz2 rails-91377c5b36cf402915d689176dc9c30664b0ff26.zip |
Fix changelog entry about transaction error classes [ci skip]
`ActiveRecord::TransactionSerializationError` was introduces in #25093.
However, refactored in #25107, `TransactionSerializationError` is gone.
Diffstat (limited to 'activerecord')
-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* |