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
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `--seed=N` option to specify random seed for reproducibility (0 uses time-based seed, implies --shuffle)
- Fisher-Yates shuffle algorithm implemented in `TestSuite` module
- Both unit tests and integration tests included
- Multi-line continuation support for pFUnit macros (issue #532)
- Assertion macros (e.g., `@assertEqual`) now support Fortran `&` line continuation
- Whitespace is preserved exactly as written when joining continued lines

## [4.16.0] - 2026-02-23

Expand Down
Loading
Loading