Skip to content

Commit

Permalink
Prepare to release 2.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Jul 3, 2021
1 parent b860cc3 commit d8b7646
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi

## [Unreleased][unreleased]

## [2.0.0-beta3] - 2021-07-03

### Changed

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

[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta2...main
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta3...main
[2.0.0-beta3]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta2...2.0.0-beta3
[2.0.0-beta2]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta1...2.0.0-beta2
[2.0.0-beta1]: https://github.com/thephpleague/commonmark/compare/1.6...2.0.0-beta1

0 comments on commit d8b7646

Please sign in to comment.