1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update changelog

This commit is contained in:
Nick O'Leary 2019-03-15 19:04:31 +00:00
parent 161ee17f45
commit d59bf84470
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -1,3 +1,8 @@
#### 0.20.2: Maintenance Release
- Filter out duplicate nodes when importing a flow
- Handle node configs with multiple external scripts properly
#### 0.20.1: Maintenance Release
- Ensure all subflow instances are stopped when flow stopping Fixes #2095