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 2020-09-25 15:58:33 +01:00
parent 085ff84bc9
commit aae9866866
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -22,6 +22,7 @@ Editor
Runtime
- Split .config.json into separate files #2794
- Add 'done' metric log for message tracing #2685 (@k-toumura)
- Add support for file upload in /nodes api #2682
- Add mutex locking around /flow apis #2679
@ -31,6 +32,7 @@ Runtime
- Add --userDir=/tmp/foo support to grunt dev
- Skip loading node html if disableEditor set #2684
- Update util.writeFile to write to tmp file before rename #2683
- Fix getModuleFiles function to include path property #2705 (@t-kawamorita)
Nodes