diff --git a/CHANGELOG.md b/CHANGELOG.md index 7792cc2..0478a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.