diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:02:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:02:58 +0000 |
commit | 698f8c2f01ea549d77d7dc3338a12e04c11057b9 (patch) | |
tree | 173a775858bd501c378080a10dca74132f05bc50 /vendor/expect-test/CHANGELOG.md | |
parent | Initial commit. (diff) | |
download | rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.tar.xz rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.zip |
Adding upstream version 1.64.0+dfsg1.upstream/1.64.0+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 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/expect-test/CHANGELOG.md b/vendor/expect-test/CHANGELOG.md new file mode 100644 index 000000000..0d1e5e6ac --- /dev/null +++ b/vendor/expect-test/CHANGELOG.md @@ -0,0 +1,24 @@ +# 1.4.0 + +* Prefer `CARGO_WORKSPACE_DIR` if set, use heuristic as fallback to find cargo workspace ([#34]) + +# 1.3.0 + +* Add `data()` getter to Expect ([#31]) +* Support single delimiter version of `expect![]` ([#27]) +* Allow users to rebind `expect!` ([#26]) + +# 1.2.2 + +* Parse string literals to find their length ([#23]) +* Do not use `fs::canonicalize`. + +# 1.2.1 + +* No changelog until this point :-( + +[#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 +[#26]: https://github.com/rust-analyzer/expect-test/pull/26 +[#23]: https://github.com/rust-analyzer/expect-test/pull/23 |