Source code

Revision control

Copy as Markdown

Other Tools

<a name="v1.3.0"></a>
## v1.3.0 (2020-08-12)
#### Bug Fixes
* Add custom `impl Default` to support non-Default-able `<T>` types ([b49f4eab](https://github.com/indiv0/lazycell/commit/b49f4eabec49c0a5146ef01017c2506a3c357180))
* **lazycell:** Fix unsound aliasing in `LazyCell::fill` ([e789ac1a](https://github.com/indiv0/lazycell/commit/e789ac1a99010ad79c2d09c761fec6d67053647d), closes [#98](https://github.com/indiv0/lazycell/issues/98))
#### Features
#### Documentation
<a name="v1.2.1"></a>
## v1.2.1 (2018-12-03)
#### Features
* Implement Clone for LazyCell and AtomicLazyCell ([30fe4a8f](https://github.com/indiv0/lazycell/commit/30fe4a8f568059b3c78ed149a810962a676cb2b2))
<a name="v1.2.0"></a>
## v1.2.0 (2018-09-19)
#### Features
* add `LazyCell::replace` for infallible access ([a63ffb90](https://github.com/indiv0/lazycell/commit/a63ffb9040a5e0683a9bbf9d3d5ef589f2ca8b7c))
<a name="v1.1.0"></a>
## v1.1.0 (2018-09-10)
#### Documentation
* add note regarding LazyCell::borrow_mut ([9d634d1f](https://github.com/indiv0/lazycell/commit/9d634d1fd9a21b7aa075d407bedf9fe77ba8b79f))
#### Improvements
<a name="v1.0.0"></a>
## v1.0.0 (2018-06-06)
#### Features
<a name="0.6.0"></a>
## 0.6.0 (2017-11-25)
#### Bug Fixes
#### Features
#### Breaking Changes
#### Improvements
<a name="v0.5.1"></a>
## v0.5.1 (2017-03-24)
#### Documentation
#### Improvements
#### Features
<a name="v0.5.0"></a>
## v0.5.0 (2016-12-08)
#### Features
<a name="v0.4.0"></a>
## (2016-08-17)
#### Breaking Changes
#### Improvements
<a name="v0.3.0"></a>
## (2016-08-16)
#### Features
* add AtomicLazyCell which is thread-safe ([85afbd36](https://github.com/indiv0/lazycell/commit/85afbd36d8a148e14cc53654b39ddb523980124d))
#### Improvements
<a name="v0.2.1"></a>
## (2016-04-18)
#### Documentation
<a name="v0.2.0"></a>
## v0.2.0 (2016-03-28)
#### Features
* **lazycell:**
#### Documentation
* **CHANGELOG:** removed unnecessary sections ([1cc0555d](https://github.com/indiv0/lazycell/commit/1cc0555d875898a01b0832ff967aed6b40e720eb))
<a name="v0.1.0"></a>
## v0.1.0 (2016-03-16)
#### Features
* **lib.rs:** implement Default trait for LazyCell ([150a6304](https://github.com/indiv0/LazyCell/commit/150a6304a230ee1de8424e49c447ec1b2d6578ce))
<a name="v0.0.1"></a>
## v0.0.1 (2016-03-16)
#### Bug Fixes
* **Cargo.toml:** loosen restrictions on Clippy version ([84dd8f96](https://github.com/indiv0/LazyCell/commit/84dd8f960000294f9dad47d776a41b98ed812981))
#### Features