From 1d43b5dca52d5733aff9d33d157039d8f60db282 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Sun, 24 Dec 2023 19:24:30 +0100 Subject: [PATCH] Improve changelog internal readability --- CHANGELOG.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5a78b..dc15e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,45 +8,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed - - Improve performance of `SystemTime` by using `Duration` internally. + ## [0.2.3] - 2023-10-23 ### Changed - - Improve accuracy of `Instant::now()`. + ## [0.2.2] - 2023-10-08 ### Fixed - - Time conversion for `Instant`. + ## [0.2.1] - 2023-10-07 [YANKED] ### Changed - - Bump MSRV to v1.60. ### Removed - - Unnecessary `once_cell` dependency. + ## [0.2.0] - 2023-03-28 ### Added - - Export [`TryFromFloatSecsError`] without breaking MSRV. [`TryFromFloatSecsError`]: https://doc.rust-lang.org/std/time/struct.TryFromFloatSecsError.html + ## [0.1.0] - 2023-03-27 ### Added - - Initial commit. + [Unreleased]: https://github.com/daxpedda/web-time/compare/v0.2.3...HEAD [0.2.3]: https://github.com/daxpedda/web-time/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/daxpedda/web-time/compare/v0.2.1...v0.2.2