aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 1b99306c0e..401dc6d53f 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*
+* Improve performance and functionality of the postgresql adapter. Closes #8049 [roderickvd]
+
+ For more information see: http://dev.rubyonrails.org/ticket/8049
+
* Don't clobber includes passed to has_many.count [danger]
* Make sure has_many uses :include when counting [danger]