Skip to content

Commit

Permalink
Merge pull request #7550 from sikachu/master-changelog
Browse files Browse the repository at this point in the history
Update Active Record CHANGELOG for #7419 [ci skip]
  • Loading branch information
carlosantoniodasilva committed Sep 6, 2012
2 parents 75bde02 + db8460c commit e9f5b82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions activerecord/CHANGELOG.md
@@ -1,5 +1,11 @@
## Rails 4.0.0 (unreleased) ## ## 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. * Fix bug when call `store_accessor` multiple times.
Fixes #7532. Fixes #7532.


Expand Down

0 comments on commit e9f5b82

Please sign in to comment.