Use proper exception type and update changelog

This commit is contained in:
Adam Byrtek 2015-04-01 00:11:52 +01:00 committed by Markus Unterwaditzer
parent 6c5ef2bc5c
commit b099999c6c
3 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,9 @@ Version 0.12
See pull request ``#1849``.
- Make ``flask.safe_join`` able to join multiple paths like ``os.path.join``
(pull request ``#1730``).
- Added `json` keyword argument to :meth:`flask.testing.FlaskClient.open`
(and related ``get``, ``post``, etc.), which makes it more convenient to
send JSON requests from the test client.
Version 0.11.2
--------------