Skip to content

Commit

Permalink
Improve wording in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Dec 8, 2024
1 parent 7ac8ef7 commit 1bae70d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Added

- Add [`no_std`] support through a `std` crate feature.
- Add support for the [`wasm32v1-none`] target.
- Add MSRV policy.
- [`no_std`] support through a `std` crate feature.
- Support for the [`wasm32v1-none`] target.
- MSRV policy.

### Fixed

Expand All @@ -25,7 +25,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Added

- Add Serde de/serialization support for `SystemTime` through a `serde` crate feature.
- Serde de/serialization support for `SystemTime` through a `serde` crate feature.

## [1.0.0] - 2024-01-14

Expand All @@ -37,8 +37,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Added

- Added `web` module containing a platform-specific extension trait to `SystemTime`, allowing
conversion from and to `std::time::SystemTime`.
- `web` module containing a platform-specific extension trait to `SystemTime`, allowing conversion
from and to `std::time::SystemTime`.

### Changed

Expand Down Expand Up @@ -78,7 +78,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Added

- Initial commit.
- Initial release.

[Unreleased]: https://github.com/daxpedda/web-time/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/daxpedda/web-time/compare/v1.0.0...v1.1.0
Expand Down

0 comments on commit 1bae70d

Please sign in to comment.