We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b6ac9 commit c363b3eCopy full SHA for c363b3e
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# SequenceDiagram Changelog
2
3
## [Unreleased]
4
+## [2.2.0]
5
### Changed
6
- Change sdt to line break schema
7
- Refactoring add formatter package for PlantUML, Mermaid format.
@@ -10,6 +11,9 @@
10
11
- Issue #95
12
- fix isRecursive always false issue.
13
- SVG canvas size issue.
14
+- SVG `λ→` show incorrectly.
15
+- Issue #129
16
+- Issue #130
17
18
## [2.1.10]
19
### Added
README.md
@@ -74,7 +74,7 @@ public class Lambda {
74
}
75
76
```
77
-I draw a dummy `λ→` self call in diagram.
+I draw a dummy `() ->` self call in diagram.
78
79

80
0 commit comments