aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 76762fc3e4..d35579b5d1 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update OpenBase adaterp's maintainer's email address. Closes #5176. [Derrick Spell]
+
* Add a quick note about :select and eagerly included associations. [Rick]
* Add docs for the :as option in has_one associations. Closes #5144 [cdcarter@gmail.com]