aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorKonstantin Shabanov <etehtsea@gmail.com>2012-09-07 22:27:08 +0400
committerKonstantin Shabanov <etehtsea@gmail.com>2012-09-08 11:09:49 +0400
commitb485b8a06626be3a1b8a2037092a9dda1b28e8a4 (patch)
tree139444ad3ba8d37f2b28c3c8e66f5a97261cd0ef /activerecord/CHANGELOG.md
parentf415475621c79cbc2d93e1ecf10805a4100a5d43 (diff)
downloadrails-b485b8a06626be3a1b8a2037092a9dda1b28e8a4.tar.gz
rails-b485b8a06626be3a1b8a2037092a9dda1b28e8a4.tar.bz2
rails-b485b8a06626be3a1b8a2037092a9dda1b28e8a4.zip
Dump schema using new style hash
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 5dd1e8d76e..7f71c7facf 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* `ActiveRecord::SchemaDumper` use the Ruby 1.9 style hash. *Konstantin Shabanov*
+
* Map interval with precision to string datatype in PostgreSQL. Fixes #7518. *Yves Senn*
* Fix eagerly loading associations without primary keys. Fixes #4976. *Kelley Reynolds*