All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
LockedBox::try_new
returnsNone
if the allocation is too large or an out of memory error.
LockedBox<T>
now implementsSend
,Sync
, and/orUnwindSafe
ifT
implements the respective traits.
Initial release.