aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorGary S. Weaver <garysweaver@gmail.com>2012-12-18 10:46:16 -0500
committerGary S. Weaver <garysweaver@gmail.com>2012-12-18 10:46:16 -0500
commit9bb27f7ffe3eb732df737e477cd8fc25e007f77b (patch)
treea59deb84ea5ca4fb4ed257d35afe47eb64f04858 /activerecord/CHANGELOG.md
parent15c40b2ef51120974edc626106de69faa53dfc3f (diff)
downloadrails-9bb27f7ffe3eb732df737e477cd8fc25e007f77b.tar.gz
rails-9bb27f7ffe3eb732df737e477cd8fc25e007f77b.tar.bz2
rails-9bb27f7ffe3eb732df737e477cd8fc25e007f77b.zip
#5523 Add ability for postgresql adapter to disable user triggers in disable_referential_integrity.
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 e7d3b529fe..25a02d76a4 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Add ability for postgresql adapter to disable user triggers in disable_referential_integrity.
+ Fix #5523
+
+ *Gary S. Weaver*
+
* Added support for `validates_uniqueness_of` in PostgreSQL array columns.
Fixes #8075.