Skip to content

Commit

Permalink
Prepare 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Feb 19, 2020
1 parent 43c3c4d commit d5e6440
Show file tree
Hide file tree
Showing 5 changed files with 1,639 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document provides a high-level view of the changes introduced in {project-n
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.


== <master> (<unreleased)
== 4.0.0 (2020-02-18)

Upgrade considerations::
* Due to an upstream change in reveal.js 3.8.0, this back-end no longer supports earlier reveal.js versions.
Expand Down Expand Up @@ -65,6 +65,22 @@ Bug Fixes::
* Interactive debugging works again ({uri-issue}322[#322])
* Fixed _Uncaught ReferenceError: require is not defined_ by dropping outdated documentation ({uri-issue}344[#344])

=== Release meta

* Released on: 2020-02-18
* Released by: Olivier Bilodeau
* Release drink: https://defi.leclub28.com/en/p/47E2C422178348F[Lime Flavored Sparkling Water]

{uri-repo}/releases/tag/v4.0.0[git tag] |
{uri-repo}/compare/v3.1.0...v4.0.0[full diff] |
{uri-repo}/milestone/8[milestone]

=== Credits

Thanks to the following people who contributed to this release:

Guillaume Grossetie, thomas and Olivier Bilodeau


== 3.1.0 (2020-01-18)

Expand Down
2 changes: 1 addition & 1 deletion HACKING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Then run:
+
bundle update
bundle exec rake build
bundle exec rake doctest
bundle exec rake test
bundle exec rake examples:convert
npm update --no-save
bundle exec rake build:js
Expand Down
Loading

0 comments on commit d5e6440

Please sign in to comment.