From 35d661607f7344232e1196cd249ee2c1ebd6c3b9 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sun, 15 Jun 2014 10:55:13 -0700 Subject: [PATCH] update changelog for new language --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 7727de7..13b734f 100644 --- a/changelog.md +++ b/changelog.md @@ -11,6 +11,7 @@ v2.0.1 (2014-06-13) - fixed memory leak when destroying calendar with selectable/droppable ([2137]) - `delta` parameters reintroduced in `eventDrop` and `eventResize` handlers ([2156]) - Icelandic language ([2180]) +- Bahasa Indonesia language ([PR 172]) [1116]: https://code.google.com/p/fullcalendar/issues/detail?id=1116 [1177]: https://code.google.com/p/fullcalendar/issues/detail?id=1177 @@ -21,6 +22,7 @@ v2.0.1 (2014-06-13) [2137]: https://code.google.com/p/fullcalendar/issues/detail?id=2137 [2156]: https://code.google.com/p/fullcalendar/issues/detail?id=2156 [2180]: https://code.google.com/p/fullcalendar/issues/detail?id=2180 +[PR 172]: https://github.com/arshaw/fullcalendar/pull/172 v2.0.0 (2014-06-01) -------------------