aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/release/3.5.0
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/release/3.5.0')
-rw-r--r--winsup/cygwin/release/3.5.05
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0
index d79cf2a..502c1f3 100644
--- a/winsup/cygwin/release/3.5.0
+++ b/winsup/cygwin/release/3.5.0
@@ -13,5 +13,6 @@ What's new:
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.
+- fnmatch(3) and glob(3) now support named character classes and
+ equivalence class expressions in the search pattern, i.e., [:alnum:],
+ [=a=], etc.