-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many thanks to @reinfi for all the patches.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2023-04-09 Christian Weiske <[email protected]> | ||
|
||
* Add support for backed enums | ||
by @Reinfi | ||
* Undefined property handler may return string to override variable name | ||
by @Reinfi | ||
* Support ArrayAccess instead of only ArrayObject | ||
by @Reinfi | ||
* map() supports class names as 2nd parameter now | ||
by @Reinfi | ||
* Add support for variadic method arguments in setters | ||
by @Reinfi | ||
* Version 4.2.0 | ||
|
||
2022-12-08 Christian Weiske <[email protected]> | ||
|
||
* Throw exception when "union|types" are encountered (issue #192) | ||
|