Skip to content

Commit

Permalink
docs: adds CHANGELOG entry for laminas-api-tools#5
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Sep 11, 2020
1 parent 391e9d4 commit 40a6572
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 @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- [#5](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/pull/5) adds a new interface, `Laminas\ApiTools\Doctrine\QueryBuilder\Filter\TypeCastInterface`, which can be used to cast a query string value to a more specific type. The patch also adds default implementations for each of the ORM and ODM filter sets, and the ability to inject a custom implementation via filter `setTypeCaster()` methods or by redefining either of the `Laminas\ApiTools\Doctrine\QueryBuilder\Filter\ORM\TypeCaster` or `Laminas\ApiTools\Doctrine\QueryBuilder\Filter\ORM\TypeCaster` services.

### Changed

Expand All @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file, in reverse

### Removed

- Nothing.
- [#5](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/pull/5) removes support for PHP versions prior to 7.2.

### Fixed

Expand Down

0 comments on commit 40a6572

Please sign in to comment.