Skip to content

Commit

Permalink
Update changelog and incorrect cargo.lock in an example
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 27, 2023
1 parent 338ffe5 commit efdec70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/teensy4_blinky/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rtic-time/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Fixed

- If the queue was non-empty and a new instant was added that was earlier than `head`, then the queue would no pend the monotonic handler. This would cause the new `head` to be dequeued at the wrong time.
- `TimerQueue` did not wait long enough in `Duration` based delays

## [v1.0.0] - 2023-05-31

0 comments on commit efdec70

Please sign in to comment.