File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Upgrade Twig to ` ^3.0 `
15
15
- Upgrade ` code-lts/cli-tools ` to ` ^1.4 `
16
16
- Upgrade ` wdes/php-i18n-l10n ` to ` ^4.0 `
17
- - Fixed a bug that removed @return and @var descriptions since 5.3.0
18
- - Added detection for duplicated @var and @return tags
17
+ - Fixed a bug that removed ` @return ` and ` @var ` descriptions since 5.3.0
18
+ - Added detection for duplicated ` @var ` and ` @return ` tags
19
19
- Added a "version" command to avoid having users parsing unsafe output
20
20
- Added support for ` @mixin ` annotations on classes
21
21
- Added support for ` @property-write ` and ` @property-read ` annotations on classes
@@ -36,6 +36,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
36
- Changed return body of ` readProject ` method of ` StoreInterface ` to also return functions
37
37
- Fix some resume after parse step missing data
38
38
- Add more tests on render, parse and update CLIs
39
+ - Remove old lib ` michelf/php-markdown ` and use ` erusev/parsedown ` to fix an HTML parsing bug
40
+ - Add GitHub SECURITY and FUNDING configs
41
+ - Add ` Stringable ` PHP 8.0 class to internal PHP class list
42
+ - Add WeakReference PHP 7.4 class to internal PHP class list
43
+ - Support ` UnionType ` of PHP 8
44
+ - Support ` namespace {//code} ` syntax for namespaces without a name
39
45
40
46
## [ 5.3.1] - 2020-12-30
41
47
You can’t perform that action at this time.
0 commit comments