Skip to content

Commit

Permalink
Merge pull request #546 from flask-restful/release-0-3-5
Browse files Browse the repository at this point in the history
Release 0.3.5
  • Loading branch information
joshfriend committed Dec 9, 2015
2 parents 0ec2edc + 97a25c6 commit c6943be
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
14 changes: 14 additions & 0 deletions AUTHORS.md
Expand Up @@ -3,6 +3,7 @@ Authors

A huge thanks to all of our contributors:


- Alex Gaynor
- Alex M
- Alex Morken
Expand All @@ -22,6 +23,7 @@ A huge thanks to all of our contributors:
- Catherine Devlin
- Dan Quirk
- Daniele Esposti
- Dario Bertini
- David Arnold
- David Baumgold
- David Boucha
Expand All @@ -30,15 +32,18 @@ A huge thanks to all of our contributors:
- Doug Black
- Evan Dale Aromin
- Frank Stratton
- Frank Stratton ☺
- Garret Raziel
- Gary Belvin
- Gilles Dartiguelongue
- Giorgio Salluzzo
- Guillaume BINET
- Heston Liebowitz
- Jacob Magnusson
- James Booth
- James Ogura
- James Turk
- Jeff Widman
- Joakim Ekberg
- Johannes
- Jordan Yelloz
Expand All @@ -56,6 +61,7 @@ A huge thanks to all of our contributors:
- Lance Ingle
- Lars Holm Nielsen
- Luiz Armesto
- Malthe Borch
- Marek Hlobil
- Matt Wright
- Max Peterson
Expand All @@ -64,6 +70,7 @@ A huge thanks to all of our contributors:
- Michael Newman
- Miguel Grinberg
- Mihai Tomescu
- Nicolas Harraudeau
- Pavel Tyslyatsky
- Petrus J.v.Rensburg
- Philippe Ndiaye
Expand All @@ -73,20 +80,26 @@ A huge thanks to all of our contributors:
- Rod Cloutier
- Ryan Horn
- Sam Kimbrel
- Samarth Shah
- Sander Sink
- Sasha Baranov
- Saul Diez-Guerra
- Sergey Romanov
- Sven-Hendrik Haase
- Usman Ehtesham Gul
- Victor Neo
- Vlad Frolov
- Vladimir Pal
- WooParadog
- Yaniv Aknin
- bret barker
- hachichaud
- jbouzekri
- justanr
- k-funk
- kelvinhammond
- kenjones
- kumy
- lyschoening
- mailto1587
- mniebla
Expand All @@ -100,4 +113,5 @@ A huge thanks to all of our contributors:
- siavashg
- silasray
- soasme
- ueg1990
- y-p
13 changes: 12 additions & 1 deletion CHANGES.md
Expand Up @@ -4,7 +4,18 @@ Flask-RESTful Changelog
Here you can see the full list of changes between each Flask-RESTful release.


- Use Flask's exception log method in `handle_error(e)` method instead of directly logging the exception notice.
Version 0.3.5
-------------

Released December 9, 2015

- Add `nullable` option to request parser to allow/disallow null values for arguments ([#538](https://github.com/flask-restful/flask-restful/pull/538))
- Use Flask's exception log method in `handle_error(e)` method instead of directly logging the exception notice. ([#496](https://github.com/flask-restful/flask-restful/pull/496))
- `Argument.help` now allows more flexible message formatting using the `{error_msg}` string interpolation token. ([#518](https://github.com/flask-restful/flask-restful/pull/518))
- Prevent representation from being chosen at random when `Accept: */*` ([#524](https://github.com/flask-restful/flask-restful/pull/524))
- Headers from `HTTPException`s are now returned in the response instead of being discarded ([#523](https://github.com/flask-restful/flask-restful/pull/523))
- Marshalling now checks for a `__marshallable__` method first before defaulting back to `__getitem__` ([](https://github.com/flask-restful/flask-restful/issues/324))
- Flask 1.0 compatability fixes ([#506](https://github.com/flask-restful/flask-restful/pull/506))

Version 0.3.4
-------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@

setup(
name='Flask-RESTful',
version='0.3.4',
version='0.3.5',
license='BSD',
url='https://www.github.com/flask-restful/flask-restful/',
author='Twilio API Team',
Expand Down

0 comments on commit c6943be

Please sign in to comment.