From a054a02286bc857fe6236d1654ea51ae2bd0cff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 19 Oct 2020 13:39:43 +0200 Subject: [PATCH] Update changelog with #48 and #49. --- doc/intrusive.qbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index 5589df1..5c20aba 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -3889,6 +3889,8 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std [section:release_notes_boost_1_75_00 Boost 1.75 Release] * Fixed bugs: + * [@https://github.com/boostorg/intrusive/pull/49 GitHub #48: ['MSVC "assignment within conditional" warning fix]] + * [@https://github.com/boostorg/intrusive/pull/49 GitHub #49: ['Fix empty control statement warnings]] * [@https://github.com/boostorg/intrusive/issues/52 GitHub #52: ['Invalid casting in BOOST_INTRUSIVE_BSR_INTRINSIC]] [endsect]