We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece9eb4 commit 17bb5dbCopy full SHA for 17bb5db
1 file changed
CHANGES.rst
@@ -2,6 +2,27 @@
2
Release Notes
3
=============
4
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
26
.. _Release Notes_0.3.5:
27
28
0.3.5
0 commit comments