changelog: substring

This commit is contained in:
William Ballenthin
2021-08-24 11:37:07 -06:00
parent 6989e8b8cf
commit c5a5e5600a

View File

@@ -11,6 +11,7 @@
- rule format: add feature `format: ` for file format, like `format: pe` #723 @williballenthin
- rule format: add feature `arch: ` for architecture, like `arch: amd64` #723 @williballenthin
- rule format: add feature `os: ` for operating system, like `os: windows` #723 @williballenthin
- rule format: add feature `substring: ` for verbatim strings with leading/trailing wildcards #737 @williballenthin
### Breaking Changes