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

Move the CHANGELOG entry to the proper place

[ci skip]
This commit is contained in:
Rafael Mendonça França 2013-02-26 14:16:55 -03:00
parent 28bebb225f
commit e24e086ef1

View file

@ -1,10 +1,12 @@
## Rails 4.0.0 (unreleased) ##
* Make `ActionDispatch::Journey::Path::Pattern#new` raise more meaningful exception message.
*Thierry Zires*
## Rails 4.0.0.beta1 (February 25, 2013) ##
* Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful exception message. *Thierry Zires*
* Fix `respond_to` not using formats that have no block if all is present. *Michael Grosser*
* New applications use an encrypted session store by default.