color_converted_view has the same implementation and can be used
as a replacement, providing the same functionality.
This builds on #660 by @marco-langer (Thank you!)
Due to the fact that the switch to C++14 has been announced in #677,
we can now officially use the [[deprecated]] attribute which was standardized
in C++14.
This is initial part of deprecating the `any_color_converted_view` and
as @marco-langer pointed in
https://github.com/boostorg/gil/pull/660#issuecomment-1138183545
there are more changes to follow.
The log of significant changes prior the first release of GIL as part
of Boost was collected from https://stlab.adobe.com/gil/news.html site
and from the linked PDF documents with detailed descriptions.
The old history is very detailed (after the PDFs) but it is intersting.
It illustrates evolution of the library design and API, for example,
renaming of types or functions were renamed indicates evolution of
semantics and inter-relations of the library elements.
This is especially interseting in case of the complex types like
bit-aligned pixels and images, where does the concept of memunit
come from, etc.
This proposes to use Git to maintain notes about all notable changes to
GIL in `RELEASES.md` file based on https://keepachangelog.com format.
This implements proposal discussed and agreed in the thread
https://lists.boost.org/boost-gil/2019/11/0336.php
Collect all past release notes.
Collect release notes for the pending Boost 1.72.0, to be released
in December according to Boost release schedule.