Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3.20.0~alpha0 (2025-07-28)
3.20.0~alpha1 (2025-07-29)
--------------------------

### Fixed
Expand Down Expand Up @@ -54,6 +54,10 @@
- Add `--alias` and `--alias-rec` flags as an alternative to the `@@` and `@`
syntax in the command line (#12043, fixes #5775, @rgrinberg)

- Added a `(timeout <float>)` field to the `(cram)` stanza to specify per-test
time limits. Tests exceeding the timeout are terminated with an error.
(#12041, @Alizter)

### Changed

- Format long lists in s-expressions to fill the line instead of
Expand Down
3 changes: 0 additions & 3 deletions doc/changes/12041.md

This file was deleted.

Loading