Do not escape special chars in regex pattern with macro

This commit is contained in:
Martin Vierula
2023-06-06 13:50:07 -07:00
parent fb1abae980
commit 2105ed0639
2 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
DD mmm YYYY - 2.9.x (to be released)
-------------------
* Do not escape special chars in rx pattern with macro
[Issue #2357 - @marcstern, @martinhsv]
* Substitute two equals-equals operators in build
[Issue #2883 - @Polynomial-C]