Skip to content

Commit 269bcc4

Browse files
committed
Release 1.2.0
1 parent 7ecdc88 commit 269bcc4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ _
55
---------
66

77

8+
1.2.0
9+
~~~~~
10+
11+
* Implement ``tornado_json.gen.coroutine``
12+
* As a fix for `#59 <https://github.com/hfaran/Tornado-JSON/issues/59>`_, a custom wrapper for the ``tornado.gen.coroutine`` wrapper has been implemented. This was necessary as we lose the original argspec through it because the wrapper simply has ``(*args, **kwargs)`` as its signature. Here, we annotate the original argspec as an attribute to the wrapper so it can be referenced later by Tornado-JSON when generating routes.
13+
814

915
1.1.0
1016
~~~~~

tornado_json/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# Alternatively, just put the version in a text file or something to avoid
66
# this.
77

8-
__version__ = '1.1.0'
8+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)