Skip to content

Commit

Permalink
Fix duplicate bugfix section in Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Oct 29, 2023
1 parent 64d648c commit ca56c42
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co

== Unreleased

Bug Fixes::

* 'UnsupportedOperationException' when passing immutable Map as options to 'createPhraseNode' (#1221) (@abelsromero)
* -s CLI option should be changed to -e to align with Asciidoctor (#1237) (@mojavelinux)

Improvement::

* BREAKING: Fix Macro APIs to take StructuralNodes and return Phrase- or StructuralNodes. (#1084)
Expand Down Expand Up @@ -54,6 +49,8 @@ Bug Fixes::
* Avoid throwing an exception when using AsciidoctorJ CLI and reading input from stdin (#1105) (@AlexCzar)
* Remove destinationDir Option from API (use toDir instead) (#853, #941) (@abelsromero)
* Fix ConcurrentModificationException when converting to stream concurrently (#1158) (@rocketraman)
* 'UnsupportedOperationException' when passing immutable Map as options to 'createPhraseNode' (#1221) (@abelsromero)
* -s CLI option should be changed to -e to align with Asciidoctor (#1237) (@mojavelinux)

Build Improvement::

Expand Down

0 comments on commit ca56c42

Please sign in to comment.