aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorWojciech Wnętrzak <w.wnetrzak@gmail.com>2012-08-11 14:00:40 +0200
committerWojciech Wnętrzak <w.wnetrzak@gmail.com>2012-08-11 14:01:24 +0200
commit21b5b6a35c9e6d4b32621e5e437944f4e55c9c15 (patch)
tree7e925ead635cedf99fb36776de0696073116fbb8 /activerecord/CHANGELOG.md
parentadf3ea373660c50c7bcead0f52ab2d63a25fc57e (diff)
downloadrails-21b5b6a35c9e6d4b32621e5e437944f4e55c9c15.tar.gz
rails-21b5b6a35c9e6d4b32621e5e437944f4e55c9c15.tar.bz2
rails-21b5b6a35c9e6d4b32621e5e437944f4e55c9c15.zip
Added changelog entry for table name prefix fix [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index e6237ef437..66e4335e30 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,8 @@
## Rails 4.0.0 (unreleased) ##
+* Fixed table name prefix that is generated in engines for namespaced models
+ *Wojciech Wnętrzak*
+
* Make sure `:environment` task is executed before `db:schema:load` or `db:structure:load`
Fixes #4772.