Эх сурвалжийг харах

Update release notes

git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@375206 91177308-0d34-0410-b5e6-96231b3b80d8
Rui Ueyama 5 жил өмнө
parent
commit
46510801b1

+ 5 - 1
docs/ReleaseNotes.rst

@@ -24,7 +24,11 @@ Non-comprehensive list of changes in this release
 ELF Improvements
 ELF Improvements
 ----------------
 ----------------
 
 
-* ...
+* Glob pattern, which you can use in linker scripts or version scripts,
+  now supports `\` and `[!...]`. Except character classes
+  (e.g. `[[:digit:]]`), lld's glob pattern should be fully compatible
+  with GNU now. (`r375051
+  <https://github.com/llvm/llvm-project/commit/48993d5ab9413f0e5b94dfa292a233ce55b09e3e>`_)
 
 
 COFF Improvements
 COFF Improvements
 -----------------
 -----------------