• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//
2//  Copyright (c) 2019-2020 Alexander Grund
3//
4//  Distributed under the Boost Software License, Version 1.0. (See
5//  accompanying file LICENSE or copy at
6//  http://www.boost.org/LICENSE_1_0.txt)
7//
8
9/*! \page changelog_page Changelog
10
11\section changelog Changelog
12
13\subsection changelog_11_0_0 Nowide 11.0.0
14
15- Require C++11 compatible compiler and stdlib
16- LFS: Add support for files > 2 GB where the underlying system supports it
17- Generic UTF conversion functions are now available in the boost::nowide::utf namespace
18- Add support for stat with UTF-8 paths
19
20\subsection changelog_10_0_2 Nowide 10.0.2
21
22- boost::nowide::cin now ignores CR (\r) characters and treats CTRL+Z at the beginning of a line as EOF (matching std::cin behavior)
23- boost::nowide::cin supports sync by flushing the input and console buffer
24
25\subsection changelog_10_0_1 Nowide 10.0.1 (Boost 1.73)
26
27- IMPORTANT: C++03 support is deprecated and will be removed in the next Boost release
28- Fix -Wctor-dtor-privacy warning in trait
29
30\subsection changelog_10_0_0 Nowide 10.0.0
31
32- Initial Release
33
34*/
35