Skip to content

Commit

Permalink
Preparing for 0.2.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Jan 11, 2013
1 parent 8f147e8 commit 171d3cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
0.2.5 (Next Release)
====================
0.2.5 (01/10/2013)
==================

* Added support for custom parsers via `parser`, in addition to built-in multipart, JSON and XML parsers - [@dblock](http://github.com/dblock).
* Removed `body_params`, data sent via a POST or PUT with a supported content-type is merged into `params` - [@dblock](http://github.com/dblock).
* Setting `format` will automatically remove other content-types by calling `content_type` - [@dblock](http://github.com/dblock).
* Setting `content_type` will prevent any input data other than the matching content-type or any Rack-supported form and parseable media types (`application/x-www-form-urlencoded`, `multipart/form-data`, `multipart/related` and `multipart/mixed`) from being parsed - [@dblock](http://github.com/dblock).
* [#305](https://github.com/intridea/grape/issues/305): Fix: presenting arrays of objects via `represent` or when auto-detecting an `Entity` constant in the objects being presented - [@brandonweiss](https://github.com/brandonweiss).
* [#306](https://github.com/intridea/grape/issues/306): Added i18n support for validation error messages - [@niedhui](https://github.com/niedhui).
* Your Contribution Here

0.2.4 (01/06/2013)
==================
Expand Down

0 comments on commit 171d3cc

Please sign in to comment.