From 0b3057247e539623eda138bd63ce9539559dbc7b Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Tue, 13 Nov 2018 23:21:06 -0500 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 7f8983ed..9f629e2d 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -18,6 +18,9 @@ Upgrade considerations:: + This change enables new use cases like embedding a presentation in a React web app. + * Custom CSS might require adjustments. + Source and listing block are less deeply nested into `div` blocks now. + See {uri-issue}195[#195] and {uri-issue}223[#223]. * The reveal.js `marked` and `markdown` plugins are disabled by default now. It is unlikely that they could have been used anyway. See {uri-issue}204[#204]. @@ -34,6 +37,9 @@ Enhancements:: This allows embedding {project-name} into React or any other modern Javascript environment. ({uri-issue}205[#205], {uri-issue}218[#218], {uri-issue}219[#219]) +Bug Fixes:: + * Reveal.js' `stretch` class now works with listing blocks ({uri-issue}195[#195], {uri-issue}223[#223]) + Infrastructure:: * Travis testing prepared for upcoming Asciidoctor 2.0 ({uri-issue}216[#216])