Skip to content

Commit

Permalink
Merge pull request #276 from bkryza/fix-enums-in-context-filter
Browse files Browse the repository at this point in the history
Fix enums in context filter
  • Loading branch information
bkryza authored May 31, 2024
2 parents 9ad5336 + 8a1c551 commit d385b87
Show file tree
Hide file tree
Showing 234 changed files with 6,234 additions and 5,762 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

* Fixed handling of enums in class diagram context filter (#275)
* Added Nix clang wrapper for improved include paths handling (Thanks
@pogobanane)
* Refactored test cases (#272)

### 0.5.2
* Fixed generation of empty packages in class diagrams (#253)
* Added option inline_lambda_messages to omit lambda expressions from sequence
Expand Down
68 changes: 34 additions & 34 deletions docs/test_cases/t00002_class.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/test_cases/t00002_class_mermaid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 63 additions & 63 deletions docs/test_cases/t00003_class.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/test_cases/t00003_class_mermaid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d385b87

Please sign in to comment.