From c5a5e5600a3d88859f0301811cb864f95ec27cac Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Tue, 24 Aug 2021 11:37:07 -0600 Subject: [PATCH] changelog: substring --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a65a5136..d09ee2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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