Skip to content

Commit d8b7646

Browse files
committed
Prepare to release 2.0.0-beta3
1 parent b860cc3 commit d8b7646

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
66

77
## [Unreleased][unreleased]
88

9+
## [2.0.0-beta3] - 2021-07-03
10+
911
### Changed
1012

1113
- Any leading UTF-8 BOM will be stripped from the input
@@ -315,6 +317,7 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
315317
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
316318
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
317319

318-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta2...main
320+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta3...main
321+
[2.0.0-beta3]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta2...2.0.0-beta3
319322
[2.0.0-beta2]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta1...2.0.0-beta2
320323
[2.0.0-beta1]: https://github.com/thephpleague/commonmark/compare/1.6...2.0.0-beta1

0 commit comments

Comments
 (0)