aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-04 22:36:49 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-04 22:49:14 -0200
commit149b86d97bd14b26cdf1d408567a414418710bcf (patch)
tree89ccc84243d582877856e91afdd57e61babd97d9 /activerecord/CHANGELOG.md
parentee1a03ce6e85160239c28a6e0a83368e7cd8da3a (diff)
downloadrails-149b86d97bd14b26cdf1d408567a414418710bcf.tar.gz
rails-149b86d97bd14b26cdf1d408567a414418710bcf.tar.bz2
rails-149b86d97bd14b26cdf1d408567a414418710bcf.zip
Move changelog entry in railties to the top
Other minor changelog improvements [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 7600ac34ca..3a0af57f64 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,6 +1,6 @@
## Rails 4.0.0 (unreleased) ##
-* Support for PostgreSQL's ltree data type.
+* Support for PostgreSQL's `ltree` data type.
*Rob Worley*
@@ -13,7 +13,7 @@
This is a soft-deprecation for `update_attributes`, although it will still work without any
deprecation message in 4.0 is recommended to start using `update` since `update_attributes` will be
deprecated and removed in future versions of Rails.
-
+
*Amparo Luna + Guillermo Iguaran*
* `after_commit` and `after_rollback` now validate the `:on` option and raise an `ArgumentError`