diff --git a/crates/anstream/CHANGELOG.md b/crates/anstream/CHANGELOG.md index 6a4f34a2..05b80b0a 100644 --- a/crates/anstream/CHANGELOG.md +++ b/crates/anstream/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Breaking Change + +- Internal traits moved to `stream` mod +- Shift focus from traits to methods for locking / terminal checks + +### Fixes + +- Capture `print!` et all in tests +- Hold locks over multi-part writes + ## [0.5.0] - 2023-08-24 ### Compatibility