From 57d70ac04bf83aef4a697d356a5b0ff0564a26d1 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 13 Jan 2020 15:44:27 -0500 Subject: [PATCH] Update changelog to indicate node 8 has been dropped --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e855217e..69498a2da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,10 @@ _Breaking changes, which may affect downstream projects or sites that embed iD, # 2.17.1 ##### Planned: 2020-Jan-13 +#### :boom: Breaking Changes +* Remove support for Node 8 (Node 10 or higher is now required) + * :warning: If you are building the iD project, you may need to upgrade your node version. + #### :tada: New Features * Enable drag-and-drop reordering in fields that allow multiple values ([#5728], [#7024], thanks [@TAQ2])