Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 1b2f8ec

Browse files
committed
Mention trailers in changelog.
1 parent 386f09e commit 1b2f8ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ X.X.X (XXXX-XX-XX)
1414
- Use a buffered socket to avoid unnecessary syscalls. (`Issue #56`_)
1515
- If `nghttp2`_ is present, use its HPACK encoder for improved speed and
1616
compression efficiency. (`Issue #60`_)
17+
- Add ``HTTP20Response.gettrailer()`` and ``HTTP20Response.gettrailers()``,
18+
supporting downloading and examining HTTP trailers. (Discussed in part in
19+
`Issue #71`_.)
1720

1821
*Bugfixes*
1922

@@ -43,6 +46,7 @@ X.X.X (XXXX-XX-XX)
4346
.. _Issue #52: https://github.com/Lukasa/hyper/issues/52
4447
.. _Issue #56: https://github.com/Lukasa/hyper/issues/56
4548
.. _Issue #60: https://github.com/Lukasa/hyper/issues/60
49+
.. _Issue #71: https://github.com/Lukasa/hyper/issues/71
4650
.. _nghttp2: https://nghttp2.org/
4751

4852
0.0.4 (2014-03-08)

0 commit comments

Comments
 (0)