Skip to content

Commit 4f6a642

Browse files
committed
docs: add missing CHANGELOG entries
1 parent 27eef4c commit 4f6a642

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Upgrade Twig to `^3.0`
1515
- Upgrade `code-lts/cli-tools` to `^1.4`
1616
- 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
1919
- Added a "version" command to avoid having users parsing unsafe output
2020
- Added support for `@mixin` annotations on classes
2121
- 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
3636
- Changed return body of `readProject` method of `StoreInterface` to also return functions
3737
- Fix some resume after parse step missing data
3838
- 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
3945

4046
## [5.3.1] - 2020-12-30
4147

0 commit comments

Comments
 (0)