aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-28 18:35:07 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-28 18:35:07 -0300
commit2c3362829f10a1c1d38dd14fc04d66f40de13a43 (patch)
tree762a00334048c567d3d124ea84d5c3dd2089db68 /activerecord/CHANGELOG.md
parent12cbc57aad153ecd140f917059e11b8d726094b4 (diff)
downloadrails-2c3362829f10a1c1d38dd14fc04d66f40de13a43.tar.gz
rails-2c3362829f10a1c1d38dd14fc04d66f40de13a43.tar.bz2
rails-2c3362829f10a1c1d38dd14fc04d66f40de13a43.zip
Improve the CHANGELOG entry
[ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 63eda83b5e..384ec03334 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,7 +1,8 @@
## Rails 4.0.0 (unreleased) ##
-* Fix a problem wrong exception is occured
- when raising no translatable exception in PostgreSQL.
+* Fix bug that raises the wrong exception when the exception handled by PostgreSQL adapter
+ doesn't respond to `#result`.
+ Fixes #8617.
*kennyj*