From 0c3c39e504654b83710511e1d4f59a0ae8ed44b2 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Thu, 13 Nov 2025 17:10:20 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20CHANGELOG.md=20for=20v0.9.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9d00936 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## v0.9.0 - 2025-11-13 + +### Added +- Add examples for WaitErr methods +- Add test for WaitForError when firstErr is already set +- Add test for WaitForError panic +- Add tests for Unwrap method +- Add MIT License +- Implement waiterr.WaitForError +- Implement core waiterr package with initial functionality and tests. +- Initial project setup with basic scaffolding, build tools, and agent guidelines. + +### Fixed +- Fix race condition in TestWaitForErrorFirstErrSet using synctest + +### Changed +- Update comments in waiterr.go +- Update WaitForError comment and add README.md for project documentation. +- Update AGENTS.md with new `sync.WaitGroup` guidelines. +- Update Go version and linter exclusions for test files.