Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod authored Feb 6, 2023
1 parent 058477c commit dd20226
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All Notable changes to `bakame/http-strucured-fields` will be documented in this

- Support for `Stringable` instances added to `Item::from`, the instances will be converted to the string data type.
- 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)
- `SupportsParameters` interface with new methods to ease parameter members modification.
- `ParameterAccess` interface with new methods to ease parameter members modification.
- `Parameter::create` named constructor to create a new instance without any parameter.
- `Dictionnary::create` named constructor to create a new instance without any parameter.
- `Type` Enum of all supported datatype.
Expand Down Expand Up @@ -37,7 +37,6 @@ All Notable changes to `bakame/http-strucured-fields` will be documented in this
- **[BC Break]** `Item::is*` methods are removed; the enum `Type` is used instead.
- **[BC Break]** `MemberContainer::clear` method is removed without replacement.
- **[BC Break]** `MemberOrderedMap::set` and `MemberOrderedMap::delete` methods remonved; use `MemberOrderedMap::add` and `MemberOrderedMap::remove` instead
- **[BC Break]** `ParameterAccess` renamed `SupportsParameters`.

## [0.6.0] - 2022-11-12

Expand Down

0 comments on commit dd20226

Please sign in to comment.