Cygwin: add glob/fnmatch named class support to release notes

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2023-02-15 14:22:26 +01:00
parent d6d4436145
commit 65446dd4f0
2 changed files with 8 additions and 0 deletions

View File

@ -12,3 +12,6 @@ What's new:
- cygcheck has new options searching for available packages in the
cygwin distro, as well as getting extended info on available and
installed packages.
- fnmatch(3) and glob(3) now support named character classes in the
search pattern, i.e., [:alnum:], etc.

View File

@ -28,6 +28,11 @@ cygwin distro, as well as getting extended info on available and
installed packages.
</para></listitem>
<listitem><para>
fnmatch(3) and glob(3) now support named character classes in the
search pattern, i.e., [:alnum:], etc.
</para></listitem>
</itemizedlist>
</sect2>