Skip to content

Commit 61f4efe

Browse files
committed
Prepare to release 2.0.0-rc2
1 parent 1663c34 commit 61f4efe

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-rc2] - 2021-07-17
10+
911
### Fixed
1012

1113
- Fixed Mentions inside of links creating nested links against the spec's rules (#688)
@@ -325,7 +327,8 @@ No changes were introduced since the previous release.
325327
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
326328
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
327329

328-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.0-rc1...main
330+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.0-rc2...main
331+
[2.0.0-rc2]: https://github.com/thephpleague/commonmark/compare/2.0.0-rc1...2.0.0-rc2
329332
[2.0.0-rc1]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta3...2.0.0-rc1
330333
[2.0.0-beta3]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta2...2.0.0-beta3
331334
[2.0.0-beta2]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta1...2.0.0-beta2

0 commit comments

Comments
 (0)