Skip to content

Commit d62b9ce

Browse files
committed
Merge pull request cpp-netlib#256 from nico159/0.9-devel
Update whats_new.rst for 0.10.0
2 parents 257aefe + 40a4339 commit d62b9ce

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

libs/network/doc/whats_new.rst

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44
What's New
55
************
66

7+
:mod:`cpp-netlib` 0.10
8+
---------------------
9+
10+
v0.10.0
11+
~~~~~~
12+
* Added support for more HTTP status codes (206, 408, 412, 416, 507).
13+
* Refactored the parser for chunked encoding.
14+
* Fixed parsing chunked encoding if the response body has ``<chunk>CLRF<hex>CLRF<data>``.
15+
* Added librt dependency on Linux.
16+
* Check the callback in the asynchronous client before calling it.
17+
* Fixed issues `#110`_, `#168`_, `#213`_.
18+
19+
.. _`#110`: https://github.com/cpp-netlib/cpp-netlib/issues/110
20+
.. _`#168`: https://github.com/cpp-netlib/cpp-netlib/issues/168
21+
.. _`#213`: https://github.com/cpp-netlib/cpp-netlib/issues/213
22+
723
:mod:`cpp-netlib` 0.9
824
---------------------
925

0 commit comments

Comments
 (0)