From abeebe0efddbe85f759f96c316f1f5cdbe9b6d74 Mon Sep 17 00:00:00 2001 From: hakimel Date: Wed, 27 Feb 2013 15:04:07 -0800 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 08f7617..58c837f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,5 @@ #### 2.3 (master/beta) -- Presentations now scale uniformly to fit any display size (see https://github.com/hakimel/reveal.js#presentation-size) +- Presentations now scale uniformly to fit any display size, [more info](https://github.com/hakimel/reveal.js#presentation-size) - Prevent keyboard navigation while presentation is paused - Fixed header word-breaks, will now properly hyphenate - Fixed vertical centring of slides in iOS Chrome @@ -10,10 +10,10 @@ - Added API method ```Reveal.isPaused()``` - Added API method ```Reveal.isFirstSlide()``` - Added API method ```Reveal.isLastSlide()``` -- Fragments order can now be set via ```data-fragment-index``` attributes, [more info](https://github.com/hakimel/reveal.js#fragments) -- Updated to Grunt 0.4 -- Support for external Markdown, [more info](https://github.com/hakimel/reveal.js#markdown) -- Fixed issue with Markdown HTML entities +- Fragments order can now be set via ```data-fragment-index``` attributes, [more info] (https://github.com/hakimel/reveal.js#fragments) ([@jaberg](https://github.com/jaberg)) +- Updated to Grunt 0.4 ([@boazsender](https://github.com/boazsender)) +- Support for external Markdown, [more info](https://github.com/hakimel/reveal.js#markdown) ([@webpro](https://github.com/webpro)) +- Fixed issue with Markdown HTML entities ([@asmod3us](https://github.com/asmod3us)) - Navigation in notes window now reflects in main window - Added ```paused``` and ```resumed``` events - Reveal.js can now be re-configured after initialization, example: ```Reveal.configure({ center: false })```