Add entry to AP changelog

This commit is contained in:
Sebastian Martinez 2011-05-23 10:03:52 -03:00
parent a8b2a895b7
commit b4951b53ff
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
*Rails 3.1.0 (unreleased)*
* Added 'ActionView::Helpers::FormHelper.fields_for_with_index', similar to fields_for but allows to have access to the current iteration index [Jorge Bejar]
* Warn if we cannot verify CSRF token authenticity [José Valim]
* Allow AM/PM format in datetime selectors [Aditya Sanghi]