From 1c0d53f0bf9afac68f38a239aa683dabd9ad604b Mon Sep 17 00:00:00 2001 From: hakimel Date: Sat, 10 Nov 2012 07:34:17 -0800 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index ea79fa7..02e08d6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ - Support for vertically centered slides via the ```center``` config option - Additional media queries (incl vertical) to support smaller screens -#### 2.1 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-2.1.zip)) - 2012-Nov-10 +#### 2.1 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-2.1.zip)) - 10-11-2012 - Primary styles moved from main.css to reveal.css - The 'progress' and 'controls' DOM elements are now created via JavaScript if they don't exist in the presentation HTML - Added 'paused' mode which be reached by pressing b or . @@ -18,7 +18,7 @@ - Re-apply syntax highlighting after editing. Thanks [Thomas Whitton](https://github.com/oracal) - Moved Markdown and highlight from /lib to /plugin -#### 2.0 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-2.0.zip)) - 2012-Sep-21 +#### 2.0 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-2.0.zip)) - 21-09-2012 - New API method ```Reveal.getPreviousSlide()``` - New API method ```Reveal.getCurrentSlide()``` - New API method ```Reveal.getIndices()```