Skip to content

Commit 155ec1c

Browse files
committed
Prepare to release 2.3.4
1 parent d3e531a commit 155ec1c

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.3.4] - 2022-07-17
10+
911
### Changed
1012

1113
- Made a number of small tweaks to the embed extension's parsing behavior to fix #898:
@@ -486,7 +488,8 @@ No changes were introduced since the previous release.
486488
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
487489
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
488490

489-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.3.3...main
491+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.3.4...main
492+
[2.3.4]: https://github.com/thephpleague/commonmark/compare/2.3.3...2.3.4
490493
[2.3.3]: https://github.com/thephpleague/commonmark/compare/2.3.2...2.3.3
491494
[2.3.2]: https://github.com/thephpleague/commonmark/compare/2.3.2...main
492495
[2.3.1]: https://github.com/thephpleague/commonmark/compare/2.3.0...2.3.1

0 commit comments

Comments
 (0)