diff options
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r-- | activerecord/CHANGELOG.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 144076dcec..3c4f06ccf8 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -33,12 +33,12 @@ *Rafael Mendonça França* -* Change transaction callbacks to not swallowing errors. +* Change transaction callbacks to not swallow errors. - Before this change any error raised inside a transaction callback are - rescued and printed in the logs. + Before this change any errors raised inside a transaction callback + were getting rescued and printed in the logs. - Now these errors are not rescue anymore and just bubble up, as the other callbacks. + Now these errors are not rescued anymore and just bubble up, as the other callbacks. *Rafael Mendonça França* @@ -58,7 +58,7 @@ *Rafael Mendonça França* -* Remove deprecated access to connection specification using a string acessor. +* Remove deprecated access to connection specification using a string accessor. Now all strings will be handled as a URL. |