add glob/fnmatch equivalence class support to release notes

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2023-02-15 22:37:32 +01:00
parent 1df19b3cae
commit c750a728bd
2 changed files with 5 additions and 4 deletions

View File

@ -13,5 +13,6 @@ What's new:
cygwin distro, as well as getting extended info on available and cygwin distro, as well as getting extended info on available and
installed packages. installed packages.
- fnmatch(3) and glob(3) now support named character classes in the - fnmatch(3) and glob(3) now support named character classes and
search pattern, i.e., [:alnum:], etc. equivalence class expressions in the search pattern, i.e., [:alnum:],
[=a=], etc.

View File

@ -29,8 +29,8 @@ installed packages.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
fnmatch(3) and glob(3) now support named character classes in the fnmatch(3) and glob(3) now support named character classes and equivalence
search pattern, i.e., [:alnum:], etc. class expressions in the search pattern, i.e., [:alnum:], [=a=], etc.
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>