Skip to content

Commit

Permalink
Release v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanco committed Jul 21, 2022
1 parent 20b6ac9 commit c363b3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SequenceDiagram Changelog

## [Unreleased]
## [2.2.0]
### Changed
- Change sdt to line break schema
- Refactoring add formatter package for PlantUML, Mermaid format.
Expand All @@ -10,6 +11,9 @@
- Issue #95
- fix isRecursive always false issue.
- SVG canvas size issue.
- SVG `λ→` show incorrectly.
- Issue #129
- Issue #130

## [2.1.10]
### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class Lambda {
}
}
```
I draw a dummy `λ→` self call in diagram.
I draw a dummy `() ->` self call in diagram.

![Lambda Expression](imges/lambda_expr.png)

Expand Down

0 comments on commit c363b3e

Please sign in to comment.