Skip to content

Commit 65efa93

Browse files
committed
Release v0.99.11
1 parent 2b71a75 commit 65efa93

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ The format is based on [Keep a Changelog][], and this project adheres to
1212
[Keep a Changelog]: https://keepachangelog.com/en/1.1.0/
1313
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
1414

15+
## [v0.99.11] - 2024-03-08
16+
17+
### Changed
18+
19+
- Rename `AbstractTypedCollection::clone()` to `copy()` and include it in `CollectionInterface`
20+
- Rename `AccessTokenInterface::getType()` to `getTokenType()`
21+
- Reverse order of first two parameters in `HttpRequest::__construct()` for consistency with PSR-17 `RequestFactoryInterface::createRequest()`
22+
23+
### Fixed
24+
25+
- Fix `Curler` issue where empty responses are incorrectly parsed as JSON
26+
1527
## [v0.99.10] - 2024-03-06
1628

1729
### Changed
@@ -2140,6 +2152,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
21402152

21412153
- Allow `CliOption` value names to contain arbitrary characters
21422154

2155+
[v0.99.11]: https://github.com/salient-labs/toolkit/compare/v0.99.10...v0.99.11
21432156
[v0.99.10]: https://github.com/salient-labs/toolkit/compare/v0.99.9...v0.99.10
21442157
[v0.99.9]: https://github.com/salient-labs/toolkit/compare/v0.99.8...v0.99.9
21452158
[v0.99.8]: https://github.com/salient-labs/toolkit/compare/v0.99.7...v0.99.8

0 commit comments

Comments
 (0)