From a081f36bcd5be3f2aead213771f4bad2ded6df15 Mon Sep 17 00:00:00 2001 From: dandv Date: Tue, 13 Nov 2012 02:26:28 -0800 Subject: [PATCH] Use unambiguous dates --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index fce80a9..b88cbe6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,7 +12,7 @@ - Added grunt.js build script (see https://github.com/hakimel/reveal.js#development-environment) - Added remotes.io (touch remote control) plugin -#### 2.1 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-2.1.zip)) - 10-11-2012 +#### 2.1 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-2.1.zip)) - 2012-Oct-11 - 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 `.` @@ -28,7 +28,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)) - 21-09-2012 +#### 2.0 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-2.0.zip)) - 2012-Sep-21 - New API method ```Reveal.getPreviousSlide()``` - New API method ```Reveal.getCurrentSlide()``` - New API method ```Reveal.getIndices()```