From 482dce98b64f6476d3105a96bd19700365ebf24e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 6 Jul 2024 22:45:44 +0200 Subject: [PATCH] Update 1.86 changelist with #191, #198, #207 and #214 --- doc/interprocess.qbk | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/interprocess.qbk b/doc/interprocess.qbk index 19f7fb6..c65d083 100644 --- a/doc/interprocess.qbk +++ b/doc/interprocess.qbk @@ -6822,6 +6822,18 @@ thank them: [section:release_notes Release Notes] +[section:release_notes_boost_1_86_00 Boost 1.86 Release] + +* Fixed bugs: + * [@https://github.com/boostorg/interprocess/pull/191 GitHub #191 (['"vectorstream: support file sizes larger than INT_MAX "])]. + * [@https://github.com/boostorg/interprocess/pull/198 GitHub #198 (['"Minor fixes for documentation of offset_ptr"])]. + * [@https://github.com/boostorg/interprocess/pull/207 GitHub #207 (['"cmake: link system libraries"])]. + * [@https://github.com/boostorg/interprocess/pull/214 GitHub #214 (['"Doc: Fix github links"])]. + +[endsect] + + #198 + [section:release_notes_boost_1_85_00 Boost 1.85 Release] * Remove broken `unordered_map_index` class.