Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 254 Bytes

CHANGELOG.md

File metadata and controls

12 lines (7 loc) · 254 Bytes

0.1.2

  • Fix bugs in implementation of SharedCell::new(), get(), and replace().

0.1.1

  • Fix unsound usage of *mut Node<()> to access members of a Node<T>.
  • Fix memory ordering in SharedCell::replace().

0.1.0

  • First release.