Skip to content

Commit d05c0fc

Browse files
committed
Update changelog with known issue for Base64 encoding/decoding test.
1 parent e8ee7e6 commit d05c0fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libs/network/doc/whats_new.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,15 @@ v0.11.0
2121
* Support chunked transfer encoding from HTTP responses (`#86`_)
2222
* Make OS X Clang builds use C++11 and libc++.
2323
* 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`_)
2428

2529
.. _`#129`: https://github.com/cpp-netlib/cpp-netlib/issues/129
2630
.. _`#245`: https://github.com/cpp-netlib/cpp-netlib/issues/245
2731
.. _`#277`: https://github.com/cpp-netlib/cpp-netlib/issues/277
32+
.. _`#287`: https://github.com/cpp-netlib/cpp-netlib/issues/287
2833
.. _`#279`: https://github.com/cpp-netlib/cpp-netlib/issues/279
2934
.. _`#27`: https://github.com/cpp-netlib/cpp-netlib/issues/27
3035
.. _`#285`: https://github.com/cpp-netlib/cpp-netlib/issues/285

0 commit comments

Comments
 (0)