Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 533 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 533 Bytes

Changelog

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.

0.1.2

Added

  • LockedBox::try_new returns None if the allocation is too large or an out of memory error.

0.1.1

Added

  • LockedBox<T> now implements Send, Sync, and/or UnwindSafe if T implements the respective traits.

0.1.0

Initial release.