diff --git a/CHANGELOG.md b/CHANGELOG.md index 91929de..790e1b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ ## [Unreleased][unreleased] +## [0.17.0] - 2024-03-27 ### Fixed - Updated coding standard (Possible **BC break** - added `final` or `abstract` to (almost) all classes) - Bleeding edge changes - updated typehints +- Functions handling with FunctionExecutor in new Latte +- Removed unformatPresenterClass of new PresenterFactory ## [0.16.3] - 2023-11-26 ### Added @@ -246,7 +249,8 @@ - Transform components to explicit calls - Error mapper for better DX -[unreleased]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.3...HEAD +[unreleased]: https://github.com/efabrica-team/phpstan-latte/compare/0.17.0...HEAD +[0.17.0]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.3...0.17.0 [0.16.3]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.2...0.16.3 [0.16.2]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.1...0.16.2 [0.16.1]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.0...0.16.1