From 9d6bba4a68b30b32b26c80e0a8a88f4d54d0aecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 3 Jan 2019 01:21:49 +0100 Subject: [PATCH] Update changelog with Pull #33 --- doc/intrusive.qbk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index 3363113..f1675a9 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -3881,6 +3881,13 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std [section:release_notes Release Notes] +[section:release_notes_boost_1_70_00 Boost 1.70 Release] + +* Fixed bugs: + * [@https://github.com/boostorg/intrusive/pull/33 GitHub Pull #33: ['Fix compilation in case if key is void*, again]] + +[endsect] + [section:release_notes_boost_1_67_00 Boost 1.67 Release] * Fixed bugs: