Skip to content

Commit f3cc06d

Browse files
committed
update HISTORY
1 parent 3f81acc commit f3cc06d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

HISTORY.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Release History
44
3.1.1dev0
55
---------
66

7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Receiving DATA frames on closed (or reset) streams now properly emit a
11+
WINDOW_UPDATE to keep the connection flow window topped up.
12+
13+
API Changes (Backward-Incompatible)
14+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15+
16+
- ``h2.config.logger`` now uses a `trace(...)` function, in addition
17+
to `debug(...)`. If you defined a custom logger object, you need to handle
18+
these new function calls.
19+
720

821
3.1.1 (2019-08-02)
922
------------------

0 commit comments

Comments
 (0)