From f22eb05753f600477761d175c0f0c492ce418ea8 Mon Sep 17 00:00:00 2001 From: jos Date: Tue, 10 Nov 2015 15:19:50 +0100 Subject: [PATCH] Updated history --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index ba470db7..4da5151c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -17,6 +17,7 @@ http://visjs.org ### Timeline +- Implemented option `itemsAlwaysDraggable`, See #1395. Thanks @liuqingc. - Implemented option `multiselectPerGroup`. Thanks @hansmaulwurf23. - Expose `vis.timeline.Core` for customization purposes.