- Deprecate --test-nocapture in favour of --test-show-output #2588.

This commit is contained in:
Christoffer Lerno
2025-11-24 11:46:06 +01:00
parent 98155b61f1
commit 1b49ebf855
6 changed files with 10 additions and 7 deletions

View File

@@ -66,6 +66,7 @@
- The option `--riscvfloat` renamed `--riscv-abi`.
- Add initial `--cpu-flags` allowing fine grained control over CPU features.
- Add `--riscv-cpu` settings for RISC-V processors #2549.
- Deprecate `--test-nocapture` in favour of `--test-show-output` #2588.
### Fixes
- Bug in `io::write_using_write_byte`.