[doc] Update release notes (#4523)

This commit is contained in:
Andreas Dangel
2023-05-04 11:46:13 +02:00
parent da54727f4c
commit dc61b11587
2 changed files with 18 additions and 0 deletions

View File

@ -39,6 +39,15 @@ for all.</p>
This section lists the most important changes from the last release candidate.
The remaining section describes the complete release notes for 7.0.0.
#### API Changes
* The following previously deprecated classes have been removed:
* pmd-core
* `net.sourceforge.pmd.PMD`
* `net.sourceforge.pmd.cli.PMDCommandLineInterface`
* `net.sourceforge.pmd.cli.PMDParameters`
* `net.sourceforge.pmd.cli.PmdParametersParseResult`
### 🚀 Major Features and Enhancements
#### New official logo

View File

@ -958,6 +958,15 @@ Related issue: [[core] Language lifecycle (#3782)](https://github.com/pmd/pmd/is
### API removals
#### 7.0.0-rc2
* The following previously deprecated classes have been removed:
* pmd-core
* `net.sourceforge.pmd.PMD`
* `net.sourceforge.pmd.cli.PMDCommandLineInterface`
* `net.sourceforge.pmd.cli.PMDParameters`
* `net.sourceforge.pmd.cli.PmdParametersParseResult`
#### 6.55.0
**Go**