aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2013-03-01 01:55:20 +0900
committerkennyj <kennyj@gmail.com>2013-03-01 02:47:57 +0900
commite2a4b7a506e36839771284942829cbbe8d40b377 (patch)
tree7401e84147410032910b6669e7e4bc9484af53d2 /activerecord/CHANGELOG.md
parent8f6b70f1fd49b8520a744cc90102051043faf315 (diff)
downloadrails-e2a4b7a506e36839771284942829cbbe8d40b377.tar.gz
rails-e2a4b7a506e36839771284942829cbbe8d40b377.tar.bz2
rails-e2a4b7a506e36839771284942829cbbe8d40b377.zip
Wrong exception is occured when raising no translatable exception
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 a5d74418c4..63eda83b5e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Fix a problem wrong exception is occured
+ when raising no translatable exception in PostgreSQL.
+
+ *kennyj*
+
* Support PostgreSQL specific column types when using `change_table`.
Fixes #9480.