diff --git a/feed/history/boost_1_74_0.qbk b/feed/history/boost_1_74_0.qbk index 107411ac..6b70721a 100644 --- a/feed/history/boost_1_74_0.qbk +++ b/feed/history/boost_1_74_0.qbk @@ -87,6 +87,25 @@ Please keep the list of libraries sorted in lexicographical order. * [phrase library..[@/libs/format/ Format]:] * Correct allocator usage (fixes C++20 compilation). (Glen Fernandes) +* [phrase library..[@/libs/gil/ GIL]:] + * Added + * Added new constructor initializing `any_image` from r-value reference to any image ([github_pr gil 486]). + * Implemented mechanism to reverse `kernel_2d` ([github_pr gil 489]). + * Changed + * Replace Boost.Variant with Boost.Variant2 ([github_pr gil 474]). + * Use perfect forwarding from apply_operation to visit ([github_pr gil 491]). + * Removed + * Removed dependency on Boost.Variant + * Fixed + * Fixed invalid conversion from RGB8 to CMYK32 due to overflow ([github_pr gil 470]). + * Fixed `image` constructor from other image ([github_pr gil 477]). + * Fixed error `plane_view_t` is not a class or namespace name ([github_pr gil 481]). + * Fixed `interleaved_view` factory using `point` for dimension ([github_pr gil 487]). + * Fixed documentation replacing uses MPL with MP11 in tutorial ([github_pr gil 494]). + * Fixed missing header in `numeric/kernel.hpp` to make it self-contained ([github_pr gil 502]). + * Acknowledgements + * Samuel Debionne, Pranam Lashkari, Mateusz Loskot, Debabrata Mandal + * [phrase library..[@/libs/heap/ Heap]:] * Correct destruction of top node in `skew_heap`. (Glen Fernandes) * Correct and simplify allocator use. (Glen Fernandes)