2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-30 08:22:18 +00:00

Add GIL release notes for Boost 1.74.0

This commit is contained in:
Mateusz Łoskot
2020-07-11 20:41:04 +02:00
parent 4f61d03546
commit abfbc4176e

View File

@@ -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<std::ptrdiff_t>` 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)