summaryrefslogtreecommitdiffstats
path: root/vendor/expect-test/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/expect-test/CHANGELOG.md')
-rw-r--r--vendor/expect-test/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/expect-test/CHANGELOG.md b/vendor/expect-test/CHANGELOG.md
index 0d1e5e6ac..afee6bbfb 100644
--- a/vendor/expect-test/CHANGELOG.md
+++ b/vendor/expect-test/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 1.4.1
+
+* Use foreground colors instead of background colors to highlight diffs ([#36])
+
# 1.4.0
* Prefer `CARGO_WORKSPACE_DIR` if set, use heuristic as fallback to find cargo workspace ([#34])
@@ -17,6 +21,7 @@
* No changelog until this point :-(
+[#36]: https://github.com/rust-analyzer/expect-test/pull/36
[#34]: https://github.com/rust-analyzer/expect-test/pull/34
[#31]: https://github.com/rust-analyzer/expect-test/pull/31
[#27]: https://github.com/rust-analyzer/expect-test/pull/27