diff --git a/release_notes.md b/release_notes.md index af84e21..1b139b8 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,2 +1,11 @@ +### 1.0.1 (Released May 2015) + +* Fixed nuget packaging issue that didn't add a reference to this library. + ### 1.0.0 (Released May 2015) -* Initial release + +Initial release of WPF Gesture Recognizer (wrapper of the manipulation events of FrameworkElement exposing Swipe Up, Down, Left and Right, as well as simple Tap) includes: + +* GestureRecognizer trigger applied to a FrameworkElement to be used with System.Windows.Interactivity provided by Microsoft. + +> It does not respond to mouse interactions. Is meant to be used on touch devices. \ No newline at end of file