Skip to content

Commit dd20226

Browse files
authored
Update CHANGELOG.md
1 parent 058477c commit dd20226

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All Notable changes to `bakame/http-strucured-fields` will be documented in this
88

99
- Support for `Stringable` instances added to `Item::from`, the instances will be converted to the string data type.
1010
- Support for the upcoming `Date` data type in `Item` represented as a `DateTimeImmutable` object. (see https://httpwg.org/http-extensions/draft-ietf-httpbis-sfbis.html)
11-
- `SupportsParameters` interface with new methods to ease parameter members modification.
11+
- `ParameterAccess` interface with new methods to ease parameter members modification.
1212
- `Parameter::create` named constructor to create a new instance without any parameter.
1313
- `Dictionnary::create` named constructor to create a new instance without any parameter.
1414
- `Type` Enum of all supported datatype.
@@ -37,7 +37,6 @@ All Notable changes to `bakame/http-strucured-fields` will be documented in this
3737
- **[BC Break]** `Item::is*` methods are removed; the enum `Type` is used instead.
3838
- **[BC Break]** `MemberContainer::clear` method is removed without replacement.
3939
- **[BC Break]** `MemberOrderedMap::set` and `MemberOrderedMap::delete` methods remonved; use `MemberOrderedMap::add` and `MemberOrderedMap::remove` instead
40-
- **[BC Break]** `ParameterAccess` renamed `SupportsParameters`.
4140

4241
## [0.6.0] - 2022-11-12
4342

0 commit comments

Comments
 (0)