]> git.proxmox.com Git - rustc.git/blob - vendor/expect-test/CHANGELOG.md
New upstream version 1.64.0+dfsg1
[rustc.git] / vendor / expect-test / CHANGELOG.md
1 # 1.4.0
2
3 * Prefer `CARGO_WORKSPACE_DIR` if set, use heuristic as fallback to find cargo workspace ([#34])
4
5 # 1.3.0
6
7 * Add `data()` getter to Expect ([#31])
8 * Support single delimiter version of `expect![]` ([#27])
9 * Allow users to rebind `expect!` ([#26])
10
11 # 1.2.2
12
13 * Parse string literals to find their length ([#23])
14 * Do not use `fs::canonicalize`.
15
16 # 1.2.1
17
18 * No changelog until this point :-(
19
20 [#34]: https://github.com/rust-analyzer/expect-test/pull/34
21 [#31]: https://github.com/rust-analyzer/expect-test/pull/31
22 [#27]: https://github.com/rust-analyzer/expect-test/pull/27
23 [#26]: https://github.com/rust-analyzer/expect-test/pull/26
24 [#23]: https://github.com/rust-analyzer/expect-test/pull/23