Added a note about deprecation of Windows versions prior to 10.

This commit is contained in:
Andrey Semashev 2023-10-08 20:51:02 +03:00
parent be82eff289
commit 53eabaeabb

View File

@ -46,6 +46,7 @@
<li>On Windows, improved robustness of date and time conversion and added support for dates before January 1, 1970. (<a href="https://github.com/boostorg/filesystem/issues/293">#293</a>)</li> <li>On Windows, improved robustness of date and time conversion and added support for dates before January 1, 1970. (<a href="https://github.com/boostorg/filesystem/issues/293">#293</a>)</li>
<li>Removed support for Windows CE that was deprecated since Boost.Filesystem 1.79.0.</li> <li>Removed support for Windows CE that was deprecated since Boost.Filesystem 1.79.0.</li>
<li>Removed <code>boost/filesystem/string_file.hpp</code> header. The header was deprecated since Boost.Filesystem 1.79.0.</li> <li>Removed <code>boost/filesystem/string_file.hpp</code> header. The header was deprecated since Boost.Filesystem 1.79.0.</li>
<li><b>Deprecated:</b> Support for Windows versions older than Windows 10 is deprecated and will be removed in Boost 1.87.</li>
</ul> </ul>
<h2>1.83.0</h2> <h2>1.83.0</h2>