We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab86817 commit 9f3f32dCopy full SHA for 9f3f32d
docs/changelog.rst
@@ -5,6 +5,16 @@ _
5
---------
6
7
8
+1.2.1
9
+~~~~~
10
+
11
+* arg_pattern now contains hyphen
12
+* Handle case where server would crash when generating docs for methods with
13
+no docstring
14
+* Add support for tornado==3.x.x gen.coroutine
15
+* Add format_checker kwarg to schema.validate
16
17
18
1.2.0
19
~~~~~
20
tornado_json/__init__.py
@@ -5,4 +5,4 @@
# Alternatively, just put the version in a text file or something to avoid
# this.
-__version__ = '1.2.0'
+__version__ = '1.2.1'
0 commit comments