Merge pull request #2388 from drewski3420/no_negative_zero

No negative zero
This commit is contained in:
Michael Teeuw
2021-01-07 12:41:30 +01:00
committed by GitHub
4 changed files with 7 additions and 3 deletions

View File

@@ -117,6 +117,7 @@ Special thanks to the following contributors: @bryanzzhu, @bugsounet, @chamakura
- Cleaned up clock tests.
- Move lodash into devDependencies, update other dependencies.
- Switch from ical to node-ical library.
- Convert `-0` to `0` when displaying temperature.
### Fixed