Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jan 1, 2024
1 parent cefaa3a commit 26de2d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@

# v1.1.0
* Expose fn `native_sleep`.
* Add `SpinSleeper::with_spin_strategy` which allows specifying a `SpinStrategy`. Previously thread yielding was always used.
* **Windows** Use SpinStrategy::SpinLoopHint by default (see #12).
* Add `SpinSleeper::with_spin_strategy` which allows specifying a `SpinStrategy`.
Previously thread yielding was always used.
* Windows: Use `SpinStrategy::SpinLoopHint` by default (see #12).

# v1.0.0
* Use rust 1.38 _duration_float_ methods to replace manual implementations.
* Use edition 2018.
* _Windows_: Replace lazy_static dependency with once_cell.
* Windows: Replace lazy_static dependency with once_cell.

# v0.3.7
* `report_rate()` no longer eagerly reports on first call, as this is often inaccurate & unexpected.
Expand Down

0 comments on commit 26de2d5

Please sign in to comment.