diff --git a/Changelog.md b/Changelog.md index 48af3f3..b1bfada 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,7 @@ -#### 2.4 (master/beta) +#### 2.5 (master/beta) +- TBD + +#### 2.4 ([download](https://github.com/hakimel/reveal.js/archive/2.3.0.zip)) - 2013-May-12 - Fixed changing of ```keyboard```, ```touch```, ```controls``` and ```progress``` flags through using ```Reveal.configure``` - Auto-slide now resume after overview/pause - Added error messaging when external markdown fails to load @@ -17,6 +20,10 @@ - Fragments now reflect visually in the main presentation controls - Added `fragment` config option for disabling all use of fragments - **Major:** Greatly improved RTL support +- Showdown has been replaced with marked for GitHub flavored Markdown parsing +- HTML characters in code-blocks are automatically ecaped unless the `` wrapper has `data-noescape` +- Fixes flickering linear transition in iOS +- Added setup instructions and Grunt serve task ([more info](https://github.com/hakimel/reveal.js/#installation)) #### 2.3 ([download](https://github.com/hakimel/reveal.js/archive/2.3.0.zip)) - 2013-Mar-17 - Presentations now scale uniformly to fit any display size ([more info](https://github.com/hakimel/reveal.js#presentation-size))