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.