diff --git a/CHANGELOG.md b/CHANGELOG.md index 48dbd6bd..65c783eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ - explorer: enforce max column width Features and Editor panes #691 @mike-hunhoff - explorer: add option to limit features to currently selected disassembly address #692 @mike-hunhoff - all: add support for ELF files #700 @Adir-Shemesh @TcM1911 -- rule format: add feature `format: ` for file format, like `format: pe` @williballenthin -- rule format: add feature `arch: ` for architecture, like `arch: amd64` @williballenthin -- rule format: add feature `os: ` for operating system, like `os: windows` #701 @williballenthin +- 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 ### Breaking Changes