Skip to content

Commit

Permalink
Add changelog for PHPMD 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Dec 10, 2023
1 parent 4a75765 commit 0755e76
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
phpmd-2.15.0 (2023/09/28)
========================

- Added #1036 [CLI] Allow option and value separated with equal sign
- Require pdepend/pdepend 2.16.1
- Support PHP 8.3 pdepend/pdepend#699
- Support Symfony 7 pdepend/pdepend#692
- Fixed pdepend/pdepend#691 Float parsing for number starting with 0.
- Fixed pdepend/pdepend#689 Handle conversion to/detection of UTF-8 encoding using either mbstring PHP extension or the polyfill provided by Symfony
- Fixed pdepend/pdepend#687 Parsing the correct comment for method doc-block (Allow correct SuppressWarnings annotation handling on PHPMD) (https://github.com/phpmd/phpmd/issues/914)
- Fixed pdepend/pdepend#694 Handle yield termination depending on context (https://github.com/phpmd/phpmd/issues/804)
- Fixed #1044 strict option on applyOnClassMethods
- Documented #1041 Mention public key used for signing the Phars
- Documented #1042 Document installation with PHIVE

phpmd-2.14.1 (2023/09/28)
========================

Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project.dir =
project.uri = phpmd.org
project.name = phpmd
project.version = 2.14.1
project.version = 2.15.0
project.stability = stable

# Disable pear support. This cannot be removed as long as setup tool is used
Expand Down

0 comments on commit 0755e76

Please sign in to comment.