Skip to content

Commit b192a0b

Browse files
committed
refactor: changelog.md
1 parent e48c418 commit b192a0b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Unreleased
44

5-
- Add Project-wide `copilot-instructions.md`
6-
- Add `AGENTS.md` for external developer tools integration
7-
- Add two-way synchronization policy between `AGENTS.md` and `copilot-instructions.md` with automatic validation in task templates and PR checklist
8-
- Add tasks storage policy clarifying `.tasks/` (versioned) vs `.task/` (private scratch, git-ignored)
5+
- Add AI developer tools integration and guidelines
6+
- Add Project-wide `copilot-instructions.md`
7+
- Add `AGENTS.md` for external developer tools integration
8+
- Add tasks storage policy clarifying `.tasks/` (versioned) vs `.task/` (git-ignored)
99
- Include `set_test_title` helper in the single-file library
1010
- Fix lifecycle hooks capture-and-report flow errors
1111
- set_up
@@ -14,6 +14,7 @@
1414
- tear_down_after_script
1515
- Fix false negative from `assert_have_been_called_with` with pipes
1616
- Fix preservation of trailing whitespace in final argument to `data_set`
17+
- Fix unbound variable error in `parse_data_provider_args` with `set -u`
1718

1819
## [0.24.0](https://github.com/TypedDevs/bashunit/compare/0.23.0...0.24.0) - 2025-09-14
1920

0 commit comments

Comments
 (0)