aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-06 22:42:06 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-06 22:42:29 -0200
commit7173919af932f4a79e595cf74688d1d7cb3317ec (patch)
treecd2188abdef570183f4404fa6254784c5a7f773d /activerecord/CHANGELOG.md
parent34ac46ceebdf95adc8d5ccdcde15cd615f180c89 (diff)
downloadrails-7173919af932f4a79e595cf74688d1d7cb3317ec.tar.gz
rails-7173919af932f4a79e595cf74688d1d7cb3317ec.tar.bz2
rails-7173919af932f4a79e595cf74688d1d7cb3317ec.zip
Add changelog entry for #9203 about schema dumper with db extensions
[ci skip]
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 f8931677ed..55fa9cae81 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Schema dumper supports dumping the enabled database extensions to `schema.rb`
+ (currently only supported by postgresql).
+
+ *Justin George*
+
* The `DATABASE_URL` environment variable now converts ints, floats, and
the strings true and false to Ruby types. For example, SQLite requires
that the timeout value is an integer, and PostgreSQL requires that the