third_party_rust_lazycell/CHANGELOG.md
Nikita Pekin c6fafc5398
chore: cut the 0.5.0 release
Cut the 0.5.0 release.
Update the version in `Cargo.toml`.
Update `CHANGELOG.md`.
2017-03-23 23:11:46 -04:00

3.1 KiB

v0.5.1 (2017-03-24)

Documentation

Improvements

Features

  • Add get method for Copy types (dc8f8209)

v0.5.0 (2016-12-08)

Features

  • add borrow_with to LazyCell (a15efa35)

(2016-08-17)

Breaking Changes

  • LazyCell: return Err(value) on full cell (68f3415d, breaks #)

Improvements

  • LazyCell: return Err(value) on full cell (68f3415d, breaks #)

(2016-08-16)

Features

  • add AtomicLazyCell which is thread-safe (85afbd36)

Improvements

  • Use UnsafeCell instead of RefCell (3347a8e9)

(2016-04-18)

Documentation

  • put types in between backticks (607cf939)

v0.2.0 (2016-03-28)

Features

  • lazycell:
    • add tests for LazyCell struct (38f1313d, closes #30)
    • remove unnecessary Default impl (68c16d2d)

Documentation

  • CHANGELOG: removed unnecessary sections (1cc0555d)
  • README: add link to documentation (c8dc33f0, closes #13)

v0.1.0 (2016-03-16)

Features

  • lib.rs: implement Default trait for LazyCell (150a6304)

v0.0.1 (2016-03-16)

Bug Fixes

  • Cargo.toml: loosen restrictions on Clippy version (84dd8f96)

Features