From 402ea82847f020cae63ceea2aeaf3643047dc365 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Fri, 12 Jan 2024 13:46:47 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaab90d..9b36135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- All events now must be declared for each emulation model and given a + description including the payload arguments. + +### Added + +- Manual page for ovnidump(1). +- Describe events in human readable format with ovnidump. +- New `-x` option in ovnidump to show the payload in hexadecimal. + ## [1.5.1] - 2023-12-20 ### Fixed