Skip to content

Commit

Permalink
Merge pull request #1053 from phpmd/release/2.15.0-release
Browse files Browse the repository at this point in the history
Add changelog for PHPMD 2.15.0
  • Loading branch information
kylekatarnls committed Dec 11, 2023
2 parents 00074e3 + 85f6e35 commit 74a1f56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
@@ -1,3 +1,18 @@
phpmd-2.15.0 (2023/12/11)
========================

- 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
@@ -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 74a1f56

Please sign in to comment.