diff --git a/CHANGELOG.md b/CHANGELOG.md index bdb841a..d9b27e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Unreleased +# v1.4.0 + +## Changed + +- (Windows only) Removed the `ctor` and `output_vt100` dependencies, as their benefit could not be demonstrated ([#118](https://github.com/rust-pretty-assertions/rust-pretty-assertions/pull/118)) + +## Fixed + +- Minor documentation fixes. Thanks to [@memark](https://github.com/memark) ([#107](https://github.com/rust-pretty-assertions/rust-pretty-assertions/pull/107)) + # v1.3.0 ## Changed diff --git a/pretty_assertions/Cargo.toml b/pretty_assertions/Cargo.toml index e1858d1..363db94 100644 --- a/pretty_assertions/Cargo.toml +++ b/pretty_assertions/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pretty_assertions" -version = "1.3.0" +version = "1.4.0" authors = [ "Colin Kiegel ", "Florent Fayolle ",