# Version 1.2.1
- In the bounded queue, use boxed slice instead of raw pointers.
# Version 1.2.0
- Update dependencies.
- Implement `UnwindSafe` and `RefUnwindSafe` for `ConcurrentQueue`.
# Version 1.1.2
- Optimize `SeqCst` fences.
# Version 1.1.1
- Clarify errors in docs.
# Version 1.1.0
- Add extra methods to error types.
# Version 1.0.0
- Initial version