Cleanup CHANGELOGs for monotonics/time v2 release

This commit is contained in:
Emil Fresk 2024-05-29 21:01:51 +02:00
parent 9bfd5a3bb2
commit fcc8ddb081
2 changed files with 6 additions and 2 deletions

View file

@ -5,7 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
For each category, *Added*, *Changed*, *Fixed* add new entries at the top! For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## Unreleased - v2.0.0 ## Unreleased
## v2.0.0 - 2024-05-29
### Changed ### Changed

View file

@ -5,12 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
For each category, *Added*, *Changed*, *Fixed* add new entries at the top! For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## Unreleased - v2.0.0 ## Unreleased
## v2.0.0 - 2024-05-29
### Added ### Added
### Changed ### Changed
- Full rewrite of the `Monotonic` API. - Full rewrite of the `Monotonic` API.
- Now split into multiple traits: - Now split into multiple traits:
- `Monotonic` - A user-facing trait that defines what the functionality of a monotonic is. - `Monotonic` - A user-facing trait that defines what the functionality of a monotonic is.