Revert "Fix MIME type in CHANGELOG"

CHANGELOG edits do not belongs on docrails, so I'll send a pull request
instead. Thanks @rafaelfranca for catching this.

This reverts commit 84c9491eab5b9f7c4250ca4c2ca5d763e8c4ff4d.
This commit is contained in:
Jo Liss 2012-09-21 17:07:13 +02:00
parent 84c9491eab
commit 3f9c1a1105

@ -285,7 +285,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 text/javascript instead of application/json. *omjokine*
* JSONP now uses mimetype application/javascript instead of application/json. *omjokine*
* Allow to lazy load `default_form_builder` by passing a `String` instead of a constant. *Piotr Sarnacki*