diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:19 +0000 |
commit | a0b8f38ab54ac451646aa00cd5e91b6c76f22a84 (patch) | |
tree | fc451898ccaf445814e26b46664d78702178101d /vendor/expect-test/CHANGELOG.md | |
parent | Adding debian version 1.71.1+dfsg1-2. (diff) | |
download | rustc-a0b8f38ab54ac451646aa00cd5e91b6c76f22a84.tar.xz rustc-a0b8f38ab54ac451646aa00cd5e91b6c76f22a84.zip |
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/expect-test/CHANGELOG.md')
-rw-r--r-- | vendor/expect-test/CHANGELOG.md | 5 |
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 |