Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
deankarn committed Mar 25, 2024
1 parent 6e8b778 commit 1d39a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `asciiext` package for ASCII related functions.
- `errorsext.Retrier` configurable retry helper for any fallible operation.
- `httpext.Retrier` configurable retry helper for HTTP requests and parsing of responses.
- `DecodeResponseAny` non-generic helper for decoding HTTP responses.
- `HasRetryAfter` helper for checking if a response has a `Retry-After` header and returning duration to wait.
- `httpext.DecodeResponseAny` non-generic helper for decoding HTTP responses.
- `httpext.HasRetryAfter` helper for checking if a response has a `Retry-After` header and returning duration to wait.

## [5.28.1] - 2024-02-14
### Fixed
Expand Down

0 comments on commit 1d39a3c

Please sign in to comment.