From ece07516591774e1f87af0ef3d08197a7ca33c8e Mon Sep 17 00:00:00 2001 From: jomaway Date: Mon, 11 Mar 2024 11:06:01 +0100 Subject: [PATCH] chore(changelog): add info for v0.0.5 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 296d445..a617869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Changelog -## [0.0.5] - (Unreleased) +## [0.0.5] - (2024-03-11) ### Added - Option to style the header with a background color (`fill`) and stroke (`stroke`). - Option to specify the row heights of the bytefield with a `row` argument. +- Option to add labels without a number by using a negative number. +- Improved option to show or hide markers underneath a label. ## [0.0.4] - (2024-02-18)