aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2015-01-06 18:34:20 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2015-01-06 18:39:58 +0530
commit0e3eca8a933f79a933255ce655ce022e18e475bd (patch)
tree865d988871769081dce6850e43458c3d7c7f261f
parentdd54b518cebf5b875fa5f75b124a44185b7684b1 (diff)
downloadrails-0e3eca8a933f79a933255ce655ce022e18e475bd.tar.gz
rails-0e3eca8a933f79a933255ce655ce022e18e475bd.tar.bz2
rails-0e3eca8a933f79a933255ce655ce022e18e475bd.zip
Fixed typos and wording in ActiveRecord CHANGELOG [ci skip]
-rw-r--r--activerecord/CHANGELOG.md10
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.