From 6e530b0d25738d7732fd04400f1db15b5414add7 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 12 May 2013 07:02:17 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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))