Skip to content

Commit c363b3e

Browse files
committed
Release v2.2
1 parent 20b6ac9 commit c363b3e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SequenceDiagram Changelog
22

33
## [Unreleased]
4+
## [2.2.0]
45
### Changed
56
- Change sdt to line break schema
67
- Refactoring add formatter package for PlantUML, Mermaid format.
@@ -10,6 +11,9 @@
1011
- Issue #95
1112
- fix isRecursive always false issue.
1213
- SVG canvas size issue.
14+
- SVG `λ→` show incorrectly.
15+
- Issue #129
16+
- Issue #130
1317

1418
## [2.1.10]
1519
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class Lambda {
7474
}
7575
}
7676
```
77-
I draw a dummy `λ→` self call in diagram.
77+
I draw a dummy `() ->` self call in diagram.
7878

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

0 commit comments

Comments
 (0)