Update CHANGELOG

This commit is contained in:
veeck 2020-11-24 09:56:54 +01:00
parent ea264cb15e
commit 958a2ee6ec

View File

@ -12,7 +12,6 @@ _This release is scheduled to be released on 2021-01-01._
### Added ### Added
- Added new log level "debug" to the logger. - Added new log level "debug" to the logger.
- Added Hindi & Gujarati translation. - Added Hindi & Gujarati translation.
- Chuvash translation. - Chuvash translation.
@ -32,6 +31,7 @@ _This release is scheduled to be released on 2021-01-01._
- Rename Greek translation to correct ISO 639-1 alpha-2 code (gr > el). (#2155) - Rename Greek translation to correct ISO 639-1 alpha-2 code (gr > el). (#2155)
- Add a space after icons of sunrise and sunset (#2169) - Add a space after icons of sunrise and sunset (#2169)
- Fix calendar when no DTEND record found in event, startDate overlay when endDate set (#2177) - Fix calendar when no DTEND record found in event, startDate overlay when endDate set (#2177)
- Fix console.debug not having timestamps (#2199)
- Fix calendar full day event east of UTC start time (#2200) - Fix calendar full day event east of UTC start time (#2200)
## [2.13.0] - 2020-10-01 ## [2.13.0] - 2020-10-01
@ -42,7 +42,7 @@ Special thanks to the following contributors: @bryanzzhu, @bugsounet, @chamakura
### Added ### Added
- `--dry-run` option adde in fetch call within updatenotification node_helper. This is to prevent - `--dry-run` option added in fetch call within updatenotification node_helper. This is to prevent
MagicMirror from consuming any fetch result. Causes conflict with MMPM when attempting to check MagicMirror from consuming any fetch result. Causes conflict with MMPM when attempting to check
for updates to MagicMirror and/or MagicMirror modules. for updates to MagicMirror and/or MagicMirror modules.
- Test coverage with Istanbul, run it with `npm run test:coverage`. - Test coverage with Istanbul, run it with `npm run test:coverage`.