Filter: exact match takes precedence over wildcard (fixes #1628)

This commit is contained in:
Benoit Blanchon
2021-08-13 10:35:04 +02:00
parent f570fe8c37
commit 2c3ae1c181
3 changed files with 12 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Fixed error `'dummy' may be used uninitialized` on GCC 11
* Fixed error `expected unqualified-id before 'const'` on GCC 11 (issue #1622)
* Filter: exact match takes precedence over wildcard (issue #1628)
v6.18.3 (2021-07-27)
-------