Skip to content

Commit

Permalink
Cleanup CHANGELOGs for monotonics/time v2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
korken89 committed May 29, 2024
1 parent 9bfd5a3 commit 6e26d0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rtic-monotonics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

For each category, *Added*, *Changed*, *Fixed* add new entries at the top!

## Unreleased - v2.0.0
## v2.0.0 - 2024-05-29

### Changed

Expand Down
7 changes: 3 additions & 4 deletions rtic-time/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

For each category, *Added*, *Changed*, *Fixed* add new entries at the top!

## Unreleased - v2.0.0

## v2.0.0 - 2024-05-29

### Added

### Changed

- Full rewrite of the `Monotonic` API.
- Now split into multiple traits:
- `Monotonic` - A user-facing trait that defines what the functionality of a monotonic is.
- `TimerQueueBackend` - The set of functionality a backend must provide in order to be used with the `TimerQueue`.
- `Monotonic` - A user-facing trait that defines what the functionality of a monotonic is. - `TimerQueueBackend` - The set of functionality a backend must provide in order to be used with the `TimerQueue`.
- `TimerQueue` is now purely based on ticks and has no concept of real time.
- The `TimerQueueBasedMonotonic` trait implements a `Monotonic` based on a `TimerQueueBackend`, translating ticks into `Instant` and `Duration`.

Expand Down

0 comments on commit 6e26d0e

Please sign in to comment.