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:
parent
75bde02321
commit
db8460ca0f
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue