Update CHANGELOG.md

Fix typo
This commit is contained in:
Ayrton De Craene 2013-10-23 11:43:45 +02:00
parent 06e4c2c9d6
commit a2d5ca42de

View File

@ -36,7 +36,7 @@
* Fixed a bug where ActionController wouldn't always have MimeResponds.
* An optinal caching feature allows you to cache JSON & hashes that AMS uses.
* An optional caching feature allows you to cache JSON & hashes that AMS uses.
Adding 'cached true' to your Serializers will turn on this cache.
* URL helpers used inside of Engines now work properly.