CHANGELOG.adoc in asciidoctor-1.5.7 vs CHANGELOG.adoc in asciidoctor-1.5.7.1

- old
+ new

@@ -11,9 +11,22 @@ {uri-asciidoctor}[Asciidoctor] is a _fast_, open source text processor and publishing toolchain for converting {uri-asciidoc}[AsciiDoc] content into HTML5, DocBook 5 (or 4.5) and other formats. This document provides a high-level view of the changes introduced in Asciidoctor by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. +== 1.5.7.1 (2018-05-10) - @mojavelinux + +Fixes:: + + * fix regression where block attributes where being inherited by sibling blocks in a complex list item (#2771) + * don't apply lead styling to first paragraph in nested document (AsciiDoc table cell) if role is present (#2624) + +Build / Infrastructure:: + + * drop obsolete logic in rake build + * allow lib dir to be overridden for tests using an environment variable (PR #2758) + * load asciidoctor/version from LOAD_PATH in gemspec if not found locally (PR #2760) + == 1.5.7 (2018-05-02) - @mojavelinux Enhancements:: * BREAKING: drop XML tags, character refs, and non-word characters (except hyphen, dot, and space) when auto-generating section IDs (#794)