Files
clang-uml/CHANGELOG.md
2022-12-13 21:17:40 +01:00

19 lines
513 B
Markdown

# CHANGELOG
* Added support for sequence diagrams with template code
### 0.2.2
* Added structured comment parsing (#32)
* Fixed namespace exclusive filtering
### 0.2.1
* Fixed handling of classes nested in templates and anonymous nested structs
* Fixed handling of configurable type aliases
### 0.2.0
* Refactored translation units visitors from libclang to Clang LibTooling (#50)
* Fixed root namespace handling (#45)
* Removed `static` prefix from constructors
### 0.1.0
* Initial release