From d6b57b0e57fd04d76f017e3e0759bfc33db25468 Mon Sep 17 00:00:00 2001 From: josdejong Date: Mon, 17 Jun 2013 20:43:49 +0200 Subject: [PATCH] History updated --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 7dd503c3..4a7940ca 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,8 @@ http://visjs.org - Graph now uses an id based set of nodes and edges instead of a row based array internally. +- Graph is now robust against edges pointing to non-existing nodes, which + can occur easily while dynamically adding/removing nodes and edges. - Added support for DataSet to Graph. - Methods getSelection and setSelection of Graph now accept a list with ids instead of rows.