Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Dec 10, 2019
1 parent 8930aea commit 4bd85df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ Use:
var asciidoctorRevealjs = require('asciidoctor-reveal.js')
asciidoctorRevealjs.register()
+
* Custom CSS might require adjustments.
Source and listing block encapsulation changed due to our migration to Asciidoctor 2.0.0 Syntax Highlighter API.
See {uri-issue}287[#287].
* Dropped support for end-of-life Ruby version 2.1 and 2.2 ({uri-issue}247[#247])

Enhancements::
* Support for Asciidoctor.js 2.0.0+ which brings a command line interface ({uri-issue}254[#254])
* Migrated to Asciidoctor 2.0.0 new https://github.com/asciidoctor/asciidoctor/releases/tag/v2.0.0[Syntax Highlighter API] ({uri-issue}261[#261], {uri-issue}287[#287])
* Added support for Reveal.js PDF export options ({uri-issue}277[#277])
* Babel integration example API updated to use {project-name} 2.x API ({uri-issue}285[#285])
* Node.js package clean-ups ({uri-issue}279[#279], {uri-issue}281[#281], {uri-issue}282[#282])
Expand Down

2 comments on commit 4bd85df

@ggrossetie
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops I forgot to add an entry to the changelog, sorry about that 😓

@obilodeau
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't worry. Doing this part doesn't take long and allows me to understand what is going on. Also updating a CHANGELOG within the PR usually creates lots of conflicts so its annoying.

Please sign in to comment.