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 #14755 [ci skip]

This commit is contained in:
Rafael Mendonça França 2014-04-17 14:50:52 -03:00
parent d1c5e4b28b
commit c91a531ff3

View file

@ -1,3 +1,8 @@
* Add alias `ActionDispatch::Http::UploadedFile#to_io` to
`ActionDispatch::Http::UploadedFile#tempfile`.
*Tim Linquist*
* Returns null type format when format is not know and controller is using `any`
format block.