From 0d7c41037fcdd33f2098eb4b7ae77d745d2c722f Mon Sep 17 00:00:00 2001 From: Paul Thebaud Date: Thu, 28 Apr 2022 22:37:42 +0200 Subject: [PATCH] docs: update change log --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502dcf7..368b708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,16 @@ **Added** -- **[BREAKING]** Add `testClassFinal`, `testClassStrictTypes` and `testClassTypedProperties` in `Config` interface. -- **[BREAKING]** Add `TypeFactory` interface with default implementation. +- **BREAKING** Add `testClassFinal`, `testClassStrictTypes` and `testClassTypedProperties` in `Config` interface. +- **BREAKING** Add `TypeFactory` interface with default implementation. - Add `testClassFinal` option and update rendering to create final test class (see #19). - Add `testClassStrictTypes` option and update rendering to prepend strict types declaration test class (see #19). - Add `testClassTypedProperties` option and update rendering to strictly type test class properties (see #20). +- Support for `tightenco/collect` version `^9.0`. **Changed** -- **[BREAKING]** Change `makeForProperty` signature in `DocumentationFactory` interface. +- **BREAKING** Change `makeForProperty` signature in `DocumentationFactory` interface. - Test class properties are now declared as private properties instead of protected. ## 2.x.x