async-dup/CHANGELOG.md

32 lines
448 B
Markdown
Raw Permalink Normal View History

# Version 1.2.4
- Use the `async-lock` crate as the locking mechanism. (#14)
# Version 1.2.3
- Remove the unnecessary `simple-mutex` dependency. (#10)
2020-09-18 22:28:24 +00:00
# Version 1.2.2
- Fix typos in the docs.
2020-07-07 07:56:47 +00:00
# Version 1.2.1
- Forbid unsafe code.
2020-07-05 17:23:50 +00:00
# Version 1.2.0
- Make the inner `std::sync::Arc` public.
2020-06-19 10:27:13 +00:00
# Version 1.1.0
- Implement `AsyncSeek` for `Arc`, `Mutex`, and `&Mutex`.
2020-05-31 15:12:48 +00:00
# Version 1.0.1
- Fix failing tests.
2020-05-31 14:55:34 +00:00
# Version 1.0.0
- Initial version