Skip to content

Commit

Permalink
[tagpr] update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2023
1 parent 05aaab8 commit 83b7e7c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v0.5.0](https://github.com/k1LoW/rc/compare/v0.4.1...v0.5.0) - 2023-12-15
### Breaking Changes 🛠
- Support Age header by @k1LoW in https://github.com/k1LoW/rc/pull/28
### New Features 🎉
- Add options by @k1LoW in https://github.com/k1LoW/rc/pull/24
### Fix bug 🐛
- Fix no-cache decision logic by @k1LoW in https://github.com/k1LoW/rc/pull/22
### Other Changes
- Fix URL of comment by @k1LoW in https://github.com/k1LoW/rc/pull/25
- Although RFC 9111 does not explicitly define this, in general cacheable methods are GET and HEAD, so the default should be GET and HEAD. by @k1LoW in https://github.com/k1LoW/rc/pull/26
- Although not explicitly specified in RFC 9111, allow GET, HEAD, OPTIONS, and TRACE methods, which are specified as safe methods in RFC 9110. by @k1LoW in https://github.com/k1LoW/rc/pull/27

## [v0.4.1](https://github.com/k1LoW/rc/compare/v0.4.0...v0.4.1) - 2023-12-14
### Other Changes
- Rename ErrDoNotUseCache to ErrShouldNotUseCache by @k1LoW in https://github.com/k1LoW/rc/pull/19
Expand Down

0 comments on commit 83b7e7c

Please sign in to comment.