Changelog improvements [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2013-12-03 14:38:12 -02:00
parent c55200cbcb
commit 7c20a8b558
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
* Fix header Content-Type: #<Mime::NullType:...> in localized template
* Fix header `Content-Type: #<Mime::NullType:...>` in localized template.
When localized template has no format in the template name,
now the response has the default and correct `content-type`.
Fix #13064.
the response now has the default and correct `content-type`.
*Angelo Capilleri*
Fixes #13064.
*Angelo Capilleri*
* Try to escape each part of a url correctly when using a redirect route.

View File

@ -1,4 +1,4 @@
* Added Date#all_week/month/quarter/year for generating date ranges.
* Added `Date#all_week/month/quarter/year` for generating date ranges.
*Dmitriy Meremyanin*