Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.14.1](https://github.com/2manymws/rc/compare/v0.14.0...v0.14.1) - 2026-01-01
### Fix bug 🐛
- fix(rfc9111): implement must-understand and no-store interaction per RFC 9111 Section 5.2.2.3 by @k1LoW in https://github.com/2manymws/rc/pull/98
### Other Changes
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/2manymws/rc/pull/99
- chore(deps): bump the dependencies group with 3 updates by @dependabot[bot] in https://github.com/2manymws/rc/pull/100

## [v0.14.0](https://github.com/2manymws/rc/compare/v0.13.0...v0.14.0) - 2025-11-10
### Breaking Changes 🛠
- fix(rfc9111): correct status code understanding logic per RFC 9111 Section 3 by @k1LoW in https://github.com/2manymws/rc/pull/94
Expand Down
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
================================================================

RFC 9111
https://httpwg.org/specs/rfc9111.html
https://www.rfc-editor.org/info/rfc9111
https://trustee.ietf.org/documents/trust-legal-provisions/tlp-5/
----------------------------------------------------------------
Copyright (c) 2022 IETF Trust and the persons identified as authors of the code. All rights reserved.
Expand Down