update CHANGELOG

This commit is contained in:
Mike Hunhoff
2023-02-24 14:48:09 -07:00
parent 969403ae51
commit c3778cf7b1
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
## master (unreleased)
### New Features
- dotnet: add support for basic blocks #1326 @mike-hunhoff
### Breaking Changes

View File

@@ -759,6 +759,7 @@ FEATURE_PRESENCE_TESTS_DOTNET = sorted(
("_1c444", "token=0x600001D", capa.features.common.Characteristic("calls from"), True),
("_1c444", "token=0x600000F", capa.features.common.Characteristic("calls from"), False),
("_1c444", "token=0x600001D", capa.features.common.Characteristic("loop"), True),
("_1c444", "token=0x0600008C", capa.features.common.Characteristic("loop"), False),
("_1c444", "function=0x1F68", capa.features.insn.Number(0x0), True),
("_1c444", "function=0x1F68", capa.features.insn.Number(0x1), False),
("_692f", "token=0x6000004", capa.features.insn.API("System.Linq.Enumerable::First"), True), # generic method