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

Add CHANGELOG entry for #7314

This commit is contained in:
Rafael Mendonça França 2012-08-11 12:55:55 -03:00
parent 1d46163c6d
commit 347f8c5325

View file

@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
* Raises an ArgumentError when the first argument in `form_for` contain `nil`
or is empty.
*Richard Schneeman*
* Add 'X-Frame-Options' => 'SAMEORIGIN' and
'X-XSS-Protection' => '1; mode=block'
as default headers.