Skip to content

Releases: jorendorff/atomicbox

v0.4.0

30 Nov 17:26
Compare
Choose a tag to compare

Fixes a soundness hole found by @geeklint.

Add const fn AtomicOptionBox::none(), thanks to @kennytm.

Support no_std, thanks to @tomaka.

Add store methods to match other atomic types, thanks to @jimblandy.