Skip to content

Commit a5137f2

Browse files
committed
Update CHANGELOG to 0.13
1 parent ae9e1c1 commit a5137f2

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

docs/changelog.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,22 @@
33
Changelog
44
=========
55

6+
0.13.0 (2018-09-29)
7+
-------------------
68

7-
0.12.0 (2018-09-06, compared to 0.10.0)
8-
---------------------------------------
9+
- ``JSONReponse`` now supports comparison directly with status codes:
10+
11+
.. code-block:: python
12+
13+
assert client.get('invalid-route', headers=[('Accept', 'application/json')]) == 404
14+
15+
Thanks `@dusktreader`_ for the PR (`#86`_).
16+
17+
.. _@dusktreader: https://github.com/dusktreader
18+
.. _#86: https://github.com/pytest-dev/pytest-flask/pull/86
19+
20+
0.12.0 (2018-09-06)
21+
-------------------
922

1023
- ``pytest-flask`` now requires ``pytest>=3.6`` (`#84`_).
1124

0 commit comments

Comments
 (0)