mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add changelog entry for #7545: map interval with precision to string
Merged in f41dba27a4
[ci skip]
This commit is contained in:
parent
f41dba27a4
commit
f415475621
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue