Cygwin: add @cjksingle to release docs

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2020-02-18 11:32:47 +01:00
parent b7361d31fb
commit 592b03b3ba
2 changed files with 12 additions and 0 deletions

View File

@ -16,6 +16,11 @@ What changed:
- <signal.h>: New macro _NSIG replacing NSIG. NSIG is now only
visible to MISC builds, as on Linux.
- The new locale modifier @cjksingle allows enforcing of single-width
character property for usually double-widthed characters. This will
be supported by upcoming mintty releases. For the reasoning, see
https://gitlab.freedesktop.org/terminal-wg/specifications/issues/9.
Bug Fixes:
----------

View File

@ -75,6 +75,13 @@ set, or if an attempt is made to open a different type of socket, the
errno is now EOPNOTSUPP instead of ENXIO.
</para></listitem>
<listitem><para>
The new locale modifier @cjksingle allows enforcing of single-width
character property for usually double-widthed characters. This will
be supported by upcoming mintty releases. For the reasoning, see
https://gitlab.freedesktop.org/terminal-wg/specifications/issues/9.
</para></listitem>
</itemizedlist>
</sect2>