From 36b13f8128b42e7005a8e0f04defd717218f0abb Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 24 Jun 2014 22:22:12 -0700 Subject: [PATCH] changelog --- changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog.md b/changelog.md index 4b49a14..e96f5bd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,16 @@ +v2.0.2 (2014-06-24) +------------------- + +- bug with persisting addEventSource calls ([2191]) +- bug with persisting removeEvents calls with an array source ([2187]) +- bug with removeEvents method when called with 0 removes all events ([2082]) + +[2191]: https://code.google.com/p/fullcalendar/issues/detail?id=2191 +[2187]: https://code.google.com/p/fullcalendar/issues/detail?id=2187 +[2082]: https://code.google.com/p/fullcalendar/issues/detail?id=2082 + + v2.0.1 (2014-06-15) -------------------