From 18282fdbf8a62f252674a43366182762a07fd3fc Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Thu, 18 Aug 2016 09:10:58 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c81dc335..786a0688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ We will list changes, especially breaking changes, between versions here. +###**2.2.0** +* Added `confirmCancel` and `confirmCancelMessage` which use native dialogs to confirm you want to exit the tour. Thanks to @djsegal for this feature! + ###**2.0.9** * Merged https://github.com/shipshapecode/ember-shepherd/pull/45 which enabled recalculating of the positioning of the `highlightElement`, created by `copyStyles`. * Merged https://github.com/shipshapecode/ember-shepherd/pull/46 which replaced the use of `.cssText` with some more cross browser friendly methods.