CHANGELOG.adoc in asciidoctor-revealjs-3.0.0 vs CHANGELOG.adoc in asciidoctor-revealjs-3.1.0

- old
+ new

@@ -4,13 +4,44 @@ :uri-issue: {uri-repo}/issues/ This document provides a high-level view of the changes introduced in {project-name} by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. +== 3.1.0 (2020-01-18) + +Fixed a regression with Font-Awesome brand icons, added a JavaScript CLI and standalone executables for Windows, Linux and macOS. + +Enhancements:: + * We now provide native standalone executables for Windows, Linux and macOS using a Node to binary packager ({uri-issue}259[#259], {uri-issue}308[#308]) + * JavaScript stack now provides a CLI usable with `npx asciidoctor-revealjs` ({uri-issue}308[#308]) + * Updated to Font-Awesome 5.12.0 ({uri-issue}305[#305]) + * Ruby command line interface now shows {project-name} version in addition to Asciidoctor version ({uri-issue}313[#313]) + * Updated dependencies: rake + * Better tests ({uri-issue}310[#310], {uri-issue}311[#311]) + +Bug Fixes:: + * Added compatibility shim to Font Awesome 5 to fix brand icons rendering and more ({uri-issue}304[#304], {uri-issue}305[#305]) + +=== Release meta + +* Released on: 2020-01-18 +* Released by: Olivier Bilodeau +* Release beer: Lupulus, Microbrasserie Charlevoix + +{uri-repo}/releases/tag/v3.1.0[git tag] | +{uri-repo}/compare/v3.0.0...v3.1.0[full diff] | +{uri-repo}/milestone/9[milestone] + +=== Credits + +Thanks to the following people who contributed to this release: + +Guillaume Grossetie and Olivier Bilodeau + + == 3.0.0 (2020-01-07) -An API breaking release for Asciidoctor.js users that brings a bright future -of long term stability. +An API breaking release for Asciidoctor.js users that brings a bright future of long term stability. New Reveal.js features supported: background opacity, background positions, and PDF export. AsciiDoc table options now supported. A big FontAwesome update. Many other little improvements and polish.