We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c05e4 commit 9e16565Copy full SHA for 9e16565
libs/network/doc/whats_new.rst
@@ -7,6 +7,14 @@
7
:mod:`cpp-netlib` 0.12
8
----------------------
9
10
+* Added a code of conduct.
11
+* Add TLS SNI hostname support in the HTTP Client options.
12
+* Changes based on Coverity reports.
13
+* Replace std::bind with lambdas.
14
+* Use std::shared_ptr instead of boost::shared_ptr.
15
+* Use standalone Asio instead of Boost.Asio.
16
+* No Boost library (shared or static) dependencies.
17
+* Use doxygen for documentation, integrated with Breathe to Sphinx.
18
* Require C++11 for builds, removes support for non-C++11 compilers.
19
* Update documentation for hello_world_server
20
* Use googletest for tests
0 commit comments