From 8fb3a94cb1be034e3d3dc460a23ecef05b8a4caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 1 Jan 2018 14:51:13 +0100 Subject: [PATCH] Update changelist and added special thanks to sorting algorithm authors. --- doc/move.qbk | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/move.qbk b/doc/move.qbk index 41cc295..697e9b6 100644 --- a/doc/move.qbk +++ b/doc/move.qbk @@ -784,10 +784,21 @@ and Klaus Triendl discovered how to bind const rlvalues using `class rv`. Many thanks to all boosters that have tested, reviewed and improved the library. +Special thanks to: + +* Orson Peters, author of [@https://github.com/orlp/pdqsort Pattern-defeating quicksort (pdqsort)]. +* Andrey Astrelin, author of [@https://github.com/Mrrl/GrailSort Grail Sort]. + [endsect] [section:release_notes Release Notes] +[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. + +[endsect] + [section:release_notes_boost_1_66 Boost 1.66 Release] * Fixed bugs: