add 0.6.0 to CHANGELOG

This commit is contained in:
onyx-and-iris 2026-02-14 20:53:42 +00:00
parent 510d43ca33
commit 01c85826d6

View File

@ -11,6 +11,17 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
- [x] - [x]
# [0.6.0] - 2025-02-14
### Added
- streamname length validation added to {packet} factory method.
### Changed
- {packet}.bspIndex now defaults to *indexOf(BpsOpts, 256000)*.
- this doesn't affect the CLI which already defaulted to 256000.
- WithBPSOpt and WithChannel functional options now log at warn level if passed out of bounds value. They will fallback to valid defaults.
# [0.5.0] - 2025-06-25 # [0.5.0] - 2025-06-25
### Added ### Added