diff --git a/CHANGELOG.md b/CHANGELOG.md index b493851..a083a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ### Change Log for Node-RED Worldmap + - v2.0.0-beta - Move to leaflet 1.4.x plus all plugins updated + - v1.5.40 - Only enable on.location function when not in an iframe. Tidy html. - v1.5.39 - Add weather-lite icons - v1.5.38 - Add Esri dark grey and ocean, re-add hikebike, layers - v1.5.37 - Add .trackpoints to override default number in tracks node. Let tracks optionally be on different layers. Fix marker changing layers Issue #85 diff --git a/README.md b/README.md index 8d41c47..471140e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ map web page for plotting "things" on. ### Updates +- v2.0.0-beta - Move to leaflet 1.4.x plus all plugins updated +- v1.5.40 - Only enable on.location function when not in an iframe. Tidy html. - v1.5.39 - Add weather-lite icons - v1.5.38 - Add Esri dark grey and ocean, re-add hikebike, layers - v1.5.37 - Add .trackpoints to override default in tracks node. Let tracks optionally be on different layers. Fix marker changing layers Issue #85