1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update Active Record CHANGELOG for #7419

This commit is contained in:
Prem Sichanugrist 2012-09-06 16:16:03 -04:00
parent 75bde02321
commit db8460ca0f

View file

@ -1,5 +1,11 @@
## Rails 4.0.0 (unreleased) ##
* Rails now raise an exception when you're trying to run a migration that has an invalid
file name. Only lower case letters, numbers, and '_' are allowed in migration's file name.
Please see #7419 for more details.
*Jan Bernacki*
* Fix bug when call `store_accessor` multiple times.
Fixes #7532.