Skip to content

Commit 8e621c9

Browse files
committed
Adding more changes to Changelog.
1 parent eedfd23 commit 8e621c9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

libs/network/doc/whats_new.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,21 @@ v0.11.0
1616
* Support streaming body chunks for PUT/POST client requests (`#27`_)
1717
* Fix non-case-sensitive header parsing for some client tags (`#313`_)
1818
* Remove unsupported Jamfiles from the whole project (`#316`_)
19+
* Add ``make install`` for Linux and OS X (`#285`_)
20+
* Fix incorrect Body processing (`#69`_)
21+
* Support chunked transfer encoding from HTTP responses (`#86`_)
22+
* Make OS X Clang builds use C++11 (requires Boost 1.540 installed, built with
23+
C++11 and linked with libc++ as well).
1924

25+
.. _`#129`: https://github.com/cpp-netlib/cpp-netlib/issues/129
2026
.. _`#245`: https://github.com/cpp-netlib/cpp-netlib/issues/245
21-
.. _`#279`: https://github.com/cpp-netlib/cpp-netlib/issues/279
2227
.. _`#277`: https://github.com/cpp-netlib/cpp-netlib/issues/277
23-
.. _`#129`: https://github.com/cpp-netlib/cpp-netlib/issues/129
28+
.. _`#279`: https://github.com/cpp-netlib/cpp-netlib/issues/279
2429
.. _`#27`: https://github.com/cpp-netlib/cpp-netlib/issues/27
30+
.. _`#285`: https://github.com/cpp-netlib/cpp-netlib/issues/285
2531
.. _`#313`: https://github.com/cpp-netlib/cpp-netlib/issues/313
32+
.. _`#316`: https://github.com/cpp-netlib/cpp-netlib/issues/316
33+
.. _`#69`: https://github.com/cpp-netlib/cpp-netlib/issues/69
2634

2735
:mod:`cpp-netlib` 0.10
2836
----------------------

0 commit comments

Comments
 (0)