CHANGELOG.adoc in asciidoctor-2.0.4 vs CHANGELOG.adoc in asciidoctor-2.0.5

- old
+ new

@@ -11,9 +11,19 @@ {uri-asciidoctor}[Asciidoctor] is a _fast_, open source text processor and publishing toolchain for converting {uri-asciidoc}[AsciiDoc] content into HTML 5, DocBook 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. +== 2.0.5 (2019-04-01) - @mojavelinux + +Bug Fixes:: + + * fix crash when source highlighter is Rouge and source language is not set on block (#3223) + * update CLI and SyntaxHighlighter to allow Asciidoctor to load cleanly on Ruby 2.0 - 2.2 + * CLI should use $stdin instead of STDIN to be consistent with the use of $stdout + * mark encoding of stdio objects used in CLI as UTF-8 (#3225) + * make Asciidoctor::SyntaxHighlighter::Config.register_for method public as documented + == 2.0.4 (2019-03-31) - @mojavelinux Bug Fixes:: * allow Asciidoctor to load cleanly on Ruby 2.0 - 2.2 for distributions that provide support for these older Ruby versions