From 7799e4df1262ad28944e0c2b032d02d60bec9d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 9 Sep 2018 00:23:16 +0200 Subject: [PATCH] Update changelog with issue #19 --- doc/move.qbk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/move.qbk b/doc/move.qbk index 697e9b6..2766325 100644 --- a/doc/move.qbk +++ b/doc/move.qbk @@ -793,6 +793,13 @@ Special thanks to: [section:release_notes Release Notes] +[section:release_notes_boost_1_69 Boost 1.69 Release] + +* Fixed bugs: + * [@https://github.com/boostorg/move/issues/15 Git Issue #19: ['"Compilation error with IBM xlC++ on AIX"]]. + +[endsect] + [section:release_notes_boost_1_67 Boost 1.67 Release] * Added pdqsort and heap_sort implementations, initially as a detail, they will be official in the future once better tested.