Updated version to 0.5.0

This commit is contained in:
Bartek Kryza
2024-01-28 21:28:13 +01:00
parent 6db5970b80
commit 20093b9b1c
18 changed files with 21 additions and 18 deletions

View File

@@ -1,5 +1,8 @@
# CHANGELOG
### 0.5.0
* Fixed static linking against LLVM (#225)
* Fixed handling of absolute paths in glob patterns (#233)
* Enabled type_aliases config option for sequence diagrams (#224)
* Refactored and unified JSON generators output (#223)
* Added support for C++20 module based packages in class diagrams (#101)