Skip to content

Commit c408a19

Browse files
committed
update changelog
1 parent 4cf4145 commit c408a19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616
- [breaking-change] `IndexMap` and `IndexSet` now require that keys implement the `core::hash::Hash`
1717
trait instead of the `hash32::Hash` (v0.2.0) trait
1818

19+
- [breaking-change] this crate now depends on `atomic-polyfill` v1.0.1, meaning that targets that
20+
require a polyfill need a `critical-section` **v1.x.x** implementation.
21+
1922
### Fixed
2023

2124
### Removed

0 commit comments

Comments
 (0)