From 410dab38e42b5392459a17004634aa8994bf0614 Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto Date: Thu, 1 Oct 2020 17:12:06 +1000 Subject: [PATCH] Update changelog --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 4a7e867..d4272a4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # timevis 0.5.* +### Additions + +- List-Columns may now be passed to `timevis`, to support use of `nestedGroups` + ( `nestedGroups` is added in recent versions of `vis-timeline` thanks @matthewstrasiotto ) + TODO - Add `timezone` parameter to `timevis()` - supports showing the timeline in a different timezone than your local machine (#67)