diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-08-27 12:09:21 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-08-27 12:09:21 +0200 |
commit | 20e7f08ecc22983183909ec60771b929a4c2af16 (patch) | |
tree | bd308ab89cd98ff90703ae9afeb1136dc7bec0c2 /activerecord | |
parent | bf44481524c7d93762543b1cfafcaf49b3a37025 (diff) | |
download | rails-20e7f08ecc22983183909ec60771b929a4c2af16.tar.gz rails-20e7f08ecc22983183909ec60771b929a4c2af16.tar.bz2 rails-20e7f08ecc22983183909ec60771b929a4c2af16.zip |
minor changelog formatting changes.
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index b9af8584ae..9d6eb6ad21 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -12,7 +12,7 @@ * Fix has_many :through relation merging failing when dynamic conditions are passed as a lambda with an arity of one. - Fixes #16128 + Fixes #16128. *Agis Anastasopoulos* @@ -27,6 +27,7 @@ will not rescue those errors anymore, and just bubble them up, as the other callbacks. This adds a opt-in flag to enable that behaviour, of not rescuing the errors. + Example: # For not swallow errors in after_commit/after_rollback callbacks. @@ -51,7 +52,7 @@ * Fix regression on after_commit that didnt fire when having nested transactions. - Fixes #16425 + Fixes #16425. *arthurnn* |