From 3c75cad9ab2197c3d6ea518a8db654e4cf0e2556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 18 Apr 2021 14:05:14 +0200 Subject: [PATCH] Add Pull #57 to the changelog --- doc/intrusive.qbk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index e0a2a15..89b2fc5 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -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_77_00 Boost 1.77 Release] + +* Fixed bugs: + * [@https://github.com/boostorg/intrusive/pull/57 GitHub #57: ['UB: comparing unrelated pointers]] + +[endsect] + + [section:release_notes_boost_1_76_00 Boost 1.76 Release] * Reduced compile-time dependencies: