📝 Add CHANGELOG.md for v0.9.0
This commit is contained in:
parent
06c15f8250
commit
0c3c39e504
1 changed files with 22 additions and 0 deletions
22
CHANGELOG.md
Normal file
22
CHANGELOG.md
Normal file
|
|
@ -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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue