Updated release notes for version 1.79

This commit is contained in:
Ion Gaztañaga
2021-12-26 17:06:04 +01:00
parent 17923397ed
commit 25f8052670

View File

@@ -3886,6 +3886,14 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std
[section:release_notes Release Notes]
[section:release_notes_boost_1_79_00 Boost 1.79 Release]
* Fixed bugs:
* [@https://github.com/boostorg/intrusive/pull/66 GitHub #66: ['Fix declaration of node shadowing member]]
* [@https://github.com/boostorg/intrusive/pull/70 GitHub #70: ['list: fix remove / remove_and_dispose]]
[endsect]
[section:release_notes_boost_1_77_00 Boost 1.77 Release]
* Added `noexcept` support to the library to obtain better performance and diagnostics.