Update CHANGELOG.md

This commit is contained in:
Michael Teeuw 2018-03-25 14:51:18 +02:00 committed by GitHub
parent 275956caba
commit efb08fb1e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,6 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [2.4.0] - Unreleased
### Added
- Add two new configuration options for currentweather module.
- `showFeelsLike`: Shows how it actually feels like. (wind chill or heat index)
- `useKMPHwind`: adds an option to see wind speed in Kmph instead of just m/s or Beaufort.
## [2.3.0] - Unreleased ## [2.3.0] - Unreleased
### Added ### Added
@ -22,6 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Changed 'compliments.js' - update DOM if remote compliments are loaded instead of waiting one updateInterval to show custom compliments - Changed 'compliments.js' - update DOM if remote compliments are loaded instead of waiting one updateInterval to show custom compliments
- Automated unit tests utils, deprecated, translator, cloneObject(lockstrings) - Automated unit tests utils, deprecated, translator, cloneObject(lockstrings)
- Automated integration tests translations - Automated integration tests translations
- New currentweather module config option: `showFeelsLike`: Shows how it actually feels like. (wind chill or heat index)
- New currentweather module config option: `useKMPHwind`: adds an option to see wind speed in Kmph instead of just m/s or Beaufort.
### Changed ### Changed
- Add link to GitHub repository which contains the respective Dockerfile. - Add link to GitHub repository which contains the respective Dockerfile.