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 9e3f74d commit 6ad0245Copy full SHA for 6ad0245
CHANGELOG.md
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased] - yyyy-mm-dd
8
9
+## [5.4.1] - 2021-04-DD
10
+
11
+- Fixed Search results descriptions render
12
+- Fixed PHP 8.0 usort does not want bool anymore on `GitVersionCollection` setups
13
+- Fixed CSS issues with method descriptions
14
+- Fixed phpdoc blocks render having `<code>` HTML tags
15
+- Fixed composer autoload warnings on PSR-4 classes
16
+- Adjusted `.gitattributes` to exclude useless files from composer bundles
17
+- Added tests on for the final composer package
18
19
## [5.4.0] - 2021-04-10
20
21
- Drop support for PHP `7.1`
0 commit comments