From 8bd82ab84c5ac301dc0b3910926b72fb061527b9 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Fri, 28 Nov 2014 15:18:05 +0000 Subject: [PATCH] updated histroy --- .gitignore | 1 + HISTORY.md | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c880df05..1c5cf83a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea +.git *.iml node_modules .project diff --git a/HISTORY.md b/HISTORY.md index 63211d5b..818c5454 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,11 @@ http://visjs.org +## not yet released, version 3.7.2-SNAPSHOT + + + + ## 2014-11-28, version 3.7.1 ### Timeline @@ -21,12 +26,12 @@ http://visjs.org - Fixed docs - Fixed height increase on scrolling if only `graphHeight` is defined. - ### Network - dragEnd event now does not give the selected nodes if only the viewport has been dragged #453 - merged high DPI fix by @crubier, thanks! + ## 2014-11-14, version 3.7.0 ### Graph2D