mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Cleanup CHANGELOGs for monotonics/time v2 release (#945)
This commit is contained in:
parent
9bfd5a3bb2
commit
d06c6eeed7
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue