Skip to content

Commit

Permalink
Improve changelog internal readability
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Dec 24, 2023
1 parent 8df95b9 commit 1d43b5d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d43b5d

Please sign in to comment.