Skip to content

Commit f3f2f79

Browse files
committed
Updating "Whats New" for fix to cpp-netlib#166
1 parent 27d42ee commit f3f2f79

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed
Binary file not shown.
861 Bytes
Binary file not shown.

libs/network/doc/html/_sources/whats_new.txt

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ v0.10.1
1515
* Allow overriding and ultimately removing defaulted headers from HTTP
1616
requests. (`#263`_)
1717
* Add `-Wall` to the base rule for GCC builds. (`#264`_)
18+
* Make the server implementation throw on startup errors. (`#166`_)
1819

1920
.. _`#182`: https://github.com/cpp-netlib/cpp-netlib/issues/182
2021
.. _`#265`: https://github.com/cpp-netlib/cpp-netlib/issues/265
@@ -24,6 +25,7 @@ v0.10.1
2425
.. _`#233`: https://github.com/cpp-netlib/cpp-netlib/issues/233
2526
.. _`#264`: https://github.com/cpp-netlib/cpp-netlib/issues/264
2627
.. _`#255`: https://github.com/cpp-netlib/cpp-netlib/issues/255
28+
.. _`#166`: https://github.com/cpp-netlib/cpp-netlib/issues/166
2729

2830
v0.10.0
2931
~~~~~~~

libs/network/doc/html/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/network/doc/html/whats_new.html

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ <h3>v0.10.1<a class="headerlink" href="#v0-10-1" title="Permalink to this headli
6666
<li>Allow overriding and ultimately removing defaulted headers from HTTP
6767
requests. (<a class="reference external" href="https://github.com/cpp-netlib/cpp-netlib/issues/263">#263</a>)</li>
6868
<li>Add <cite>-Wall</cite> to the base rule for GCC builds. (<a class="reference external" href="https://github.com/cpp-netlib/cpp-netlib/issues/264">#264</a>)</li>
69+
<li>Make the server implementation throw on startup errors. (<a class="reference external" href="https://github.com/cpp-netlib/cpp-netlib/issues/166">#166</a>)</li>
6970
</ul>
7071
</div>
7172
<div class="section" id="v0-10-0">

libs/network/doc/whats_new.rst

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ v0.10.1
1515
* Allow overriding and ultimately removing defaulted headers from HTTP
1616
requests. (`#263`_)
1717
* Add `-Wall` to the base rule for GCC builds. (`#264`_)
18+
* Make the server implementation throw on startup errors. (`#166`_)
1819

1920
.. _`#182`: https://github.com/cpp-netlib/cpp-netlib/issues/182
2021
.. _`#265`: https://github.com/cpp-netlib/cpp-netlib/issues/265
@@ -24,6 +25,7 @@ v0.10.1
2425
.. _`#233`: https://github.com/cpp-netlib/cpp-netlib/issues/233
2526
.. _`#264`: https://github.com/cpp-netlib/cpp-netlib/issues/264
2627
.. _`#255`: https://github.com/cpp-netlib/cpp-netlib/issues/255
28+
.. _`#166`: https://github.com/cpp-netlib/cpp-netlib/issues/166
2729

2830
v0.10.0
2931
~~~~~~~

0 commit comments

Comments
 (0)