aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorErol Fornoles <erol.fornoles@gmail.com>2016-05-21 19:25:01 +0800
committerErol Fornoles <erol.fornoles@gmail.com>2016-05-21 21:51:52 +0800
commit4d525a6f7569d1c90811f6d5e326321fb6f25015 (patch)
tree5a0b57e7afcf884cf0b9b43eb49e948c7896f1ea /activerecord/CHANGELOG.md
parent694cbbf801e46d7ec533ece4637412838f02723e (diff)
downloadrails-4d525a6f7569d1c90811f6d5e326321fb6f25015.tar.gz
rails-4d525a6f7569d1c90811f6d5e326321fb6f25015.tar.bz2
rails-4d525a6f7569d1c90811f6d5e326321fb6f25015.zip
Add AR::TransactionSerializationError for transaction serialization failures or deadlocks
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c677178253..f2700a2a8d 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -3,4 +3,9 @@
*Johannes Opper*
+* Introduce ActiveRecord::TransactionSerializationError for catching
+ transaction serialization failures or deadlocks.
+
+ *Erol Fornoles*
+
Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/activerecord/CHANGELOG.md) for previous changes.