aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-09-07 15:27:05 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-09-07 15:27:50 -0300
commitf415475621c79cbc2d93e1ecf10805a4100a5d43 (patch)
tree6452c91383d5ca308f32ee2e003f924e59bdff95 /activerecord
parentf41dba27a411fe3e2ddeb8d9ab6856dbb23acd02 (diff)
downloadrails-f415475621c79cbc2d93e1ecf10805a4100a5d43.tar.gz
rails-f415475621c79cbc2d93e1ecf10805a4100a5d43.tar.bz2
rails-f415475621c79cbc2d93e1ecf10805a4100a5d43.zip
Add changelog entry for #7545: map interval with precision to string
Merged in f41dba27a411fe3e2ddeb8d9ab6856dbb23acd02 [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 4c55a3edea..5dd1e8d76e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Map interval with precision to string datatype in PostgreSQL. Fixes #7518. *Yves Senn*
+
* Fix eagerly loading associations without primary keys. Fixes #4976. *Kelley Reynolds*
* Rails now raise an exception when you're trying to run a migration that has an invalid