From d4258804628c071a3998dffc8c7da36ffa560963 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Tue, 13 Dec 2022 21:17:40 +0100 Subject: [PATCH] Updated changelog and readme --- CHANGELOG.md | 2 ++ README.md | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f527a52a..a5f8c979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG + * Added support for sequence diagrams with template code + ### 0.2.2 * Added structured comment parsing (#32) * Fixed namespace exclusive filtering diff --git a/README.md b/README.md index e9075db0..fee3b699 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,12 @@ Main features supported so far include: * Optional package generation from namespaces * Interactive links to online code to classes, methods and class fields in SVG diagrams * **Sequence diagram generation** - * Generation of sequence diagram from one code location to another (currently only for non-template code) + * Generation of sequence diagram from specific method or function + * Generation of loop and conditional statements + * Generation of switch statements + * Generation of try/catch blocks + * Handling of template code including constexpr conditionals + * Handling of lambda expressions * **Package diagram generation** * Generation of package diagram based on C++ namespaces * Interactive links to online code to packages