Skip to content

Commit 17bb5db

Browse files
committed
CHANGES.rst: add release notes for 0.3.6
1 parent ece9eb4 commit 17bb5db

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGES.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
Release Notes
33
=============
44

5+
.. _Release Notes_0.3.6:
6+
7+
0.3.6
8+
=====
9+
10+
.. _Release Notes_0.3.6_New Features:
11+
12+
New Features
13+
------------
14+
15+
- HTTP methods are case insensitive. The HTTP method specified is converted to
16+
uppercase in the library.
17+
18+
- It is now possible to specify a JSON-serializable python value (such as
19+
dict, list, etc) and match the request to it as JSON. The request's body
20+
is loaded as JSON and it will be compared to the expected value.
21+
22+
- The http response code sent when no handler is found for the
23+
request can be changed. It is set to 500 by default.
24+
25+
526
.. _Release Notes_0.3.5:
627

728
0.3.5

0 commit comments

Comments
 (0)