From 701b2c5113d7d77a718034c63afc979ee5540a8e Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sat, 21 Oct 2023 21:55:59 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c147a8..dbe039d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG - + + * Enabled manual call expression injection through comments (#196) + * Added support for generating sequence diagram notes from comments (#194) * Added Bash and Zsh autocomplete scripts (#193) * Updated `clang-uml` to work with LLVM 17 (#190) * Fixed handling of compilation databases with relative header paths (#189)