Skip to content

Commit

Permalink
CHANGELOG.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Pfenniger committed Mar 4, 2013
1 parent b993dd3 commit 713bdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Next Release
============

* [#356](/~https://github.com/intridea/grape/pull/356): Support presenting collections others than Array (Eg: ActiveRecord::Relation).
* [#352](/~https://github.com/intridea/grape/pull/352): Fix: using `Rack::JSONP` with `Grape::Entity` responses - [@deckchair](/~https://github.com/deckchair).
* [#347](/~https://github.com/intridea/grape/issues/347): Grape will accept any valid JSON as PUT or POST, including strings, symbols and arrays - [@qqshfox](/~https://github.com/qqshfox), [@dblock](/~https://github.com/dblock).
* [#347](/~https://github.com/intridea/grape/issues/347): JSON format APIs always return valid JSON, eg. strings are now returned as `"string"` and no longer `string` - [@dblock](/~https://github.com/dblock).
Expand Down

0 comments on commit 713bdf2

Please sign in to comment.