aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-09-08 09:07:07 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-09-08 09:07:07 -0300
commitaaa33e6f4948130be24689f9c3609f249556b307 (patch)
treed54e120d5aab97c6a7443c9e343de4f877edabb9 /activerecord/CHANGELOG.md
parent1383445ed09503db844b900b34e8f227bce6dc73 (diff)
downloadrails-aaa33e6f4948130be24689f9c3609f249556b307.tar.gz
rails-aaa33e6f4948130be24689f9c3609f249556b307.tar.bz2
rails-aaa33e6f4948130be24689f9c3609f249556b307.zip
Improve latest AR and AP changelog entries
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 7f71c7facf..4bcdf3a536 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,6 +1,9 @@
## Rails 4.0.0 (unreleased) ##
-* `ActiveRecord::SchemaDumper` use the Ruby 1.9 style hash. *Konstantin Shabanov*
+* `ActiveRecord::SchemaDumper` uses Ruby 1.9 style hash, which means that the
+ schema.rb file will be generated using this new syntax from now on.
+
+ *Konstantin Shabanov*
* Map interval with precision to string datatype in PostgreSQL. Fixes #7518. *Yves Senn*