From 86ddb43aa85cccf9e91c7edf208497ff16f3f648 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Fri, 29 Aug 2014 17:14:03 -0700 Subject: [PATCH] changelog --- changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog.md b/changelog.md index 70e4212..cc2241a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,16 @@ +v2.1.1 (2014-08-29) +------------------- + +- removeEventSource not working with array ([2203]) +- mouseout not triggered after mouseover+updateEvent ([829]) +- agenda event's render with no href, not clickable ([2263]) + +[2203]: https://code.google.com/p/fullcalendar/issues/detail?id=2203 +[829]: https://code.google.com/p/fullcalendar/issues/detail?id=829 +[2263]: https://code.google.com/p/fullcalendar/issues/detail?id=2263 + + v2.1.0 (2014-08-25) -------------------