From 91c00a2fe3aa8f611be264a61d70423f0d13962f Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Mon, 27 Feb 2017 22:28:30 +0100 Subject: [PATCH] Linking to issues --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c5fed..abf9d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,14 @@ ## Bugfixes - Fixed a bug which caused Chrome on OSX to stutter a lot on vertical transitioning due to elastic scroll bounce. -- [#28] Fixed scroll on Firefox. -- [#38] Fixed a bug in Safari which lead to unexpected behaviour using any form of movements. -- [#10] Fixed animation flash on Safari. +- [[#28](https://github.com/jlantunez/webslides/issues/28)] Fixed scroll on Firefox. +- [[#38](https://github.com/jlantunez/webslides/issues/38)] Fixed a bug in Safari which lead to unexpected behaviour using any form of movements. +- [[#10](https://github.com/jlantunez/webslides/issues/10)] Fixed animation flash on Safari. ## New Features -- Adding option to click to go to the next slide. Read more [here](https://github.com/jlantunez/webslides/blob/master/docs/click-to-nav.md). -- [#1] Improved sliding with mouse scroll and touchpad. It's now possible to use scroll to move an horizontal presentation. +- [[#1](https://github.com/jlantunez/webslides/issues/1)] Adding option to click to go to the next slide. Read more [here](https://github.com/jlantunez/webslides/blob/master/docs/click-to-nav.md). +- [[#1](https://github.com/jlantunez/webslides/issues/1)] Improved sliding with mouse scroll and touchpad. It's now possible to use scroll to move an horizontal presentation. It's also possible to scroll horizontally on horizontal presentations to move forward/backwards the presentation. ## Regression