This file is based on Keep a Changelog This project follows semver and every release is checked by cargo-semver-checks.
- detect when a guard was forgotten to avoid UB
- remove '#[inline]' annotations from public functions (mtomsoop)
- remove '#[must_use]' from 'try_lock' because it doesn't really fit the usecase of must_use (oxotmzyv)
- Change repo url to use the DID identifier
- Changelog file
- LICENSE Files
- Panicking in T::default or T::clone can no longer leak a T.
- Enabled Inlining on public function