Skip to content

Commit 34a9b27

Browse files
committed
Prepare to release 2.0.0-beta2
1 parent e439381 commit 34a9b27

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-beta2]
10+
911
### Added
1012

1113
- Added new `Node::iterator()` method and `NodeIterator` class for faster AST iteration (#683, #684)
@@ -306,5 +308,6 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
306308
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
307309
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
308310

309-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta1...main
311+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta2...main
312+
[2.0.0-beta2]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta1...2.0.0-beta2
310313
[2.0.0-beta1]: https://github.com/thephpleague/commonmark/compare/1.6...2.0.0-beta1

0 commit comments

Comments
 (0)