From b220bf0d99f4395a0915ad11f2bd53e38705ed8c Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 1 Feb 2018 10:53:48 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5069db7b5..7fa991ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +#### 0.18.1: Maintenance Release + +Projects + + - Handle more repo clone error cases + - Relax validation of git urls + - Revalidate project name on return to project-details view + - Avoid unnecessary project refresh on branch-switch Fixes #1597 + - Add support for file:// git urls + - Handle project first-run without existing flow file + +Node Fixes + + - Trigger node migration - ensure bytopic not blank + - Add HEAD to list of methods with no body in http req node #1598 + - Do not include payload in GET requests Fixes #1598 + + #### 0.18: Milestone Release Runtime