Updated changelog and readme

This commit is contained in:
Bartek Kryza
2022-12-13 21:17:40 +01:00
parent bd61a1540e
commit d425880462
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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