You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
9
9
### Changed
10
10
11
11
- Any leading UTF-8 BOM will be stripped from the input
12
-
-Mark the `getEnvironment()` method of `CommonMarkConverter` and `GithubFlavoredMarkdownConverter`as always returning the concrete, configurable `Environment` for upgrading convenience
12
+
-The `getEnvironment()` method of `CommonMarkConverter` and `GithubFlavoredMarkdownConverter`will always return the concrete, configurable `Environment` for upgrading convenience
13
13
- Optimized AST iteration
14
14
- Lots of small micro-optimizations
15
15
16
-
## [2.0.0-beta2]
16
+
## [2.0.0-beta2] - 2021-06-27
17
17
18
18
### Added
19
19
@@ -34,7 +34,7 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
34
34
- Fixed link label normalization with escaped newlines
35
35
- Fixed unnecessary AST iteration when no default attributes are configured
0 commit comments