Skip to content

Commit

Permalink
Bump to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
skimbrel committed Jan 17, 2014
1 parent 248fdf0 commit fdbbaa5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ Flask-RESTful Changelog

Here you can see the full list of changes between each Flask-RESTful release.

Version 0.2.11
--------------

Released January 17, 2014

- Fixes the List field when marshalling a list of dictionaries. (#165)
- Adds Boolean and Price types to fields.__all__ (#180)
- Adds support for serializing a set object with a List field. (#175)
- Fixes support for using callables as reqparser type arguments (#167)
- Add configuration variable to control smart-errors behavior on 404 responses. (#181)
- Fixes bug preventing use of Flask redirects. (#162)
- Documentation fixes (#173)
- Fixes bug swallowing tracebacks in handle_error. (#166)

Version 0.2.10
--------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='Flask-RESTful',
version='0.2.10',
version='0.2.11',
url='https://www.github.com/twilio/flask-restful/',
author='Kyle Conroy',
author_email='help@twilio.com',
Expand Down

0 comments on commit fdbbaa5

Please sign in to comment.