Skip to content

Commit

Permalink
CHANGELOG: Add Duration.measure change
Browse files Browse the repository at this point in the history
Update date and add tag link
  • Loading branch information
Freaky committed Sep 22, 2023
1 parent 92c0a20 commit 89ffd97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.8.2] - 2023-09-21
## [0.8.2] - 2023-09-22

### Added

Expand All @@ -15,6 +15,8 @@
2. `CLOCK_MONOTONIC`
3. `CLOCK_REALTIME`, a non-monotonic fallback that issues a warning on startup

- Slight performance bump for `Duration.measure` on Ruby <= 3.1

## [0.8.1] - 2023-09-18

### Changed
Expand Down Expand Up @@ -194,6 +196,7 @@
[0.7.1]: https://github.com/Freaky/monotime/commits/v0.7.0
[0.8.0]: https://github.com/Freaky/monotime/commits/v0.8.0
[0.8.1]: https://github.com/Freaky/monotime/commits/v0.8.1
[0.8.2]: https://github.com/Freaky/monotime/commits/v0.8.2
[issue #1]: https://github.com/Freaky/monotime/issues/1
[Ruby #16740]: https://bugs.ruby-lang.org/issues/16740
[@celsworth]: https://github.com/celsworth
Expand Down

0 comments on commit 89ffd97

Please sign in to comment.