Skip to content

Commit 8e8e5bf

Browse files
committed
docs(changelog): simplify unreleased notes
1 parent 7e6c886 commit 8e8e5bf

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
## Unreleased
44

55
### Added
6-
- `--test-timeout <seconds>` flag and `BASHUNIT_TEST_TIMEOUT` env var: abort an individual test that runs longer than the given number of seconds, report it as a failure and keep running the rest. Disabled by default (`0`); needs no external `timeout` command and works on Bash 3.2+ (#721)
6+
- `--test-timeout <seconds>` flag and `BASHUNIT_TEST_TIMEOUT` env var to abort a test that runs longer than N seconds, mark it failed and continue. Disabled by default; no external `timeout` needed, works on Bash 3.2+ (#721)
77

88
### Fixed
9-
- A test that exited non-zero no longer poisons the exit code of subsequent tests in the same file (the per-test exit code was accumulated instead of reset)
10-
- Coverage report now counts backslash line-continuation lines as covered: a multi-line statement's hit is propagated forward across its continuation chain, so the lines after a trailing `\` are no longer reported as uncovered (#722)
11-
- Spying or mocking the `printf` builtin no longer breaks coverage collection: the coverage buffer is now flushed with `builtin printf`, so a test double can no longer shadow the write and silently drop all coverage data for that test (#724)
9+
- A non-zero test exit no longer leaks into later tests in the same file (per-test exit code is now reset)
10+
- Coverage now counts backslash line-continuation lines as covered (#722)
11+
- Spying/mocking the `printf` builtin no longer breaks coverage collection: the buffer is flushed with `builtin printf` (#724)
1212

1313
### Changed
14-
- Documentation and project URLs now point to the new primary domain `bashunit.com` (old `bashunit.typeddevs.com` continues to work as a redirect)
15-
- The docs site now deploys to GitHub Pages on the `bashunit.com` custom domain (`deploy-gh-pages.yml`); the installer is copied into the site root from the repo's canonical `install.sh`
14+
- URLs now point to the new primary domain `bashunit.com` (old `bashunit.typeddevs.com` redirects)
15+
- Docs site deploys to GitHub Pages on the `bashunit.com` custom domain (`deploy-gh-pages.yml`)
1616

1717
### Removed
18-
- The weekly-downloads chart on the docs homepage (its data source was not portable); to be revisited later
18+
- Weekly-downloads chart on the docs homepage (non-portable data source)
1919

2020
## [0.39.1](https://github.com/TypedDevs/bashunit/compare/0.39.0...0.39.1) - 2026-06-09
2121

0 commit comments

Comments
 (0)