From 30c2aa96d616bbdac683227b4ae7caf95a5ba765 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 17 May 2018 12:21:06 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 916a47ebe..dcfbd6a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +#### 0.18.6: Maintenance Release + +Editor Fixes + + - Handle a node having wires in the editor on ports it no longer has Fixes #1724 + - Add missing ACE snippet files + - Fix wireClippedNodes is not defined Fixes #1726 + - Split node html to isolate bad nodes when loading + - Avoid unnecessary use of .html() where .text() will do + #### 0.18.5: Maintenance Release Projects