Merge pull request #7724 from joliss/changelog

Fix MIME type in CHANGELOG [ci skip]
This commit is contained in:
Rafael Mendonça França 2012-09-21 09:21:03 -07:00
commit de9d1c6366

@ -348,7 +348,7 @@
* Make current object and counter (when it applies) variables accessible when
rendering templates with :object / :collection. *Carlos Antonio da Silva*
* JSONP now uses mimetype application/javascript instead of application/json. *omjokine*
* JSONP now uses mimetype text/javascript instead of application/json. *omjokine*
* Allow to lazy load `default_form_builder` by passing a `String` instead of a constant. *Piotr Sarnacki*