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

Update change log

This commit is contained in:
Nick O'Leary 2016-06-16 00:09:10 +01:00
parent 365d71264f
commit 0411623857

View File

@ -12,7 +12,6 @@ Editor
- Add option to filter Debug sidebar by flow and highlight subflow-emitting nodes
- Back off comms reconnect attempts after prolonged failures
- Prompt for login if comms reconnect fails authentication
- Enable finer grained permissions in adminAuth
- Change style of nodes in subflow template view
- Add CHANGELOG.md and make it accessible from menu
@ -22,6 +21,7 @@ Runtime
- Add support for loading scoped node modules. Closes #885
- Add process.env.PORT to settings.js
- Clear node context on deploy. Closes #870
- Enable finer grained permissions in adminAuth
Nodes