We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f5313 commit 53c2753Copy full SHA for 53c2753
CHANGELOG.md
@@ -1,9 +1,17 @@
1
-Version 4.4.1-dev
+Version 4.5.1-dev
2
-----------------
3
4
+Nothing yet.
5
+
6
+Version 4.5.0 (2020-06-03)
7
+--------------------------
8
9
### Added
10
-* Added support for the mixed type
11
+* [PHP 8.0] Added support for the mixed type. This means `mixed` types are now parsed as an
12
+ `Identifier` rather than a `Name`.
13
+* [PHP 8.0] Added support for catching without capturing the exception. This means that
14
+ `Catch_::$var` may now be null.
15
16
Version 4.4.0 (2020-04-10)
17
--------------------------
0 commit comments