File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- 2.2.0 (2017-xx-xx )
4
+ 2.2.0 (2017-06-20 )
5
5
------------------
6
6
7
7
- Add doc for add_head, update doc for add_get. #1944
@@ -40,15 +40,10 @@ Changes
40
40
41
41
- Fix BadStatusLine caused by extra `CRLF ` after `POST ` data #1792
42
42
43
- - Keep a reference to ClientSession in response object #1985
43
+ - Keep a reference to ` ClientSession ` in response object #1985
44
44
45
- -
45
+ - Deprecate undocumented ` app.on_loop_available ` signal #1978
46
46
47
- - Deprecate undocumented app.on_loop_available signal #1978
48
-
49
- -
50
-
51
- -
52
47
53
48
54
49
2.1.0 (2017-05-26)
Original file line number Diff line number Diff line change 1
- __version__ = '2.2.0.dev0 '
1
+ __version__ = '2.2.0'
2
2
3
3
# This relies on each of the submodules having an __all__ variable.
4
4
You can’t perform that action at this time.
0 commit comments