We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente8ee7e6 commitd05c0fcCopy full SHA for d05c0fc
libs/network/doc/whats_new.rst
@@ -21,10 +21,15 @@ v0.11.0
21
* Support chunked transfer encoding from HTTP responses (`#86`_)
22
* Make OS X Clang builds use C++11 and libc++.
23
* Update Boost requirement to 1.54.0.
24
+* Experimental Base64 encoding/decoding library (`#287`_)
25
+* *Known test failure:* OS X Xcode Clang 5.0 + Boost 1.54.0 + libc++ don't play
26
+ well with Boost.Serialization issues, mitigate test breakage but
27
+ ``cpp-netlib-utils_base64_test`` still fails in this platform. (`#287`_)
28
29
.. _`#129`:https://github.com/cpp-netlib/cpp-netlib/issues/129
30
.. _`#245`:https://github.com/cpp-netlib/cpp-netlib/issues/245
31
.. _`#277`:https://github.com/cpp-netlib/cpp-netlib/issues/277
32
+.. _`#287`:https://github.com/cpp-netlib/cpp-netlib/issues/287
33
.. _`#279`:https://github.com/cpp-netlib/cpp-netlib/issues/279
34
.. _`#27`:https://github.com/cpp-netlib/cpp-netlib/issues/27
35
.. _`#285`:https://github.com/cpp-netlib/cpp-netlib/issues/285