Skip to content

Commit

Permalink
Update Active Record CHANGELOG for #7419
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Sep 6, 2012
1 parent 75bde02 commit db8460c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit db8460c

Please sign in to comment.