aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-05-13 11:08:10 +0200
committerYves Senn <yves.senn@gmail.com>2015-05-13 11:08:10 +0200
commit15354b6fd0e73a321b695ac3961eac8df9d6125d (patch)
treee7965a8841a18cc706e8a8b7e207f377acf7f690 /activerecord/CHANGELOG.md
parent6eaa5b17a094e5cbbdedad578e8bb2f5ae187aac (diff)
parentcbd66b430b6553e468bcdaa94af661a2d8b69d81 (diff)
downloadrails-15354b6fd0e73a321b695ac3961eac8df9d6125d.tar.gz
rails-15354b6fd0e73a321b695ac3961eac8df9d6125d.tar.bz2
rails-15354b6fd0e73a321b695ac3961eac8df9d6125d.zip
Merge branch 'sti-subclass-from-attributes' of https://github.com/agrobbin/rails into agrobbin-sti-subclass-from-attributes
Conflicts: activerecord/CHANGELOG.md
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 4c67aac0d1..3663a6faa4 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Allow single table inheritance instantiation to work when storing
+ demodulized class names.
+
+ *Alex Robbin*
+
* Correctly pass MySQL options when using structure_dump or structure_load
Specifically, it fixes an issue when using SSL authentication.