aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorChris Salzberg <chris@dejimata.com>2017-12-17 11:53:59 +0900
committerChris Salzberg <chris@dejimata.com>2017-12-17 14:47:02 +0900
commit876865aba7c0ca2c069ff4be88e9916f5f0f28bd (patch)
treee3ce6609108d14880938d3a3ee76fd3701afe4d7 /activerecord
parente1ceb10fa829c5d6700f0bfbb5332e8f7967183d (diff)
downloadrails-876865aba7c0ca2c069ff4be88e9916f5f0f28bd.tar.gz
rails-876865aba7c0ca2c069ff4be88e9916f5f0f28bd.tar.bz2
rails-876865aba7c0ca2c069ff4be88e9916f5f0f28bd.zip
Add changelog entry for e1ceb10
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c88a4e7695..c1a6d7fd3a 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Undefine attribute methods on descendants when resetting column
+ information.
+
+ *Chris Salzberg*
+
* Log database query callers
Add `verbose_query_logs` configuration option to display the caller