Update changelog entry with more details

This commit is contained in:
Oliver Hamlet
2025-08-05 17:21:28 +01:00
parent 2c8961211b
commit 003d8e5aca
+4 -1
View File
@@ -55,7 +55,10 @@ Changed
- The regex engine used to evaluate ``PluginMetadata`` name regexes has
changed. Unlike the old engine, the new engine is Unicode-aware,
locale-independent, and does not support POSIX character classes (e.g.
``[:alpha:]``).
``[:alpha:]``). It also only no longer supports identity escapes, so the
``!"#%&',: ;<=>@_`~`` characters must now appear unescaped everywhere, and
``-`` must appear unescaped outside of character classes, but may still be
escaped within character classes as required.
- If building libloot from source, the C++ wrapper's source code is in the
``cpp`` subdirectory instead of the Git repository's or source archive's
root directory.