Prepare next development version

This commit is contained in:
Andreas Dangel
2017-04-29 20:22:28 +02:00
parent 7373b040c9
commit d1e2a4775f
2 changed files with 28 additions and 6 deletions

View File

@ -4,6 +4,20 @@ Previous versions of PMD can be downloaded here:
http://sourceforge.net/projects/pmd/files/pmd/ http://sourceforge.net/projects/pmd/files/pmd/
## 29-April-2017 - 5.6.1
The PMD team is pleased to announce PMD 5.6.1.
This is a bug fixing release.
### Fixed Issues
* General
* [#363](https://github.com/pmd/pmd/issues/363): \[core] Rule documentation pages are missing
* [#364](https://github.com/pmd/pmd/issues/364): \[core] Stream closed exception when running through maven
* [#373](https://github.com/pmd/pmd/issues/373): \[core] RuleSetFactory - add more helper methods
## 22-April-2017 - 5.6.0 ## 22-April-2017 - 5.6.0
The PMD team is pleased to announce PMD 5.6.0. The PMD team is pleased to announce PMD 5.6.0.

View File

@ -1,14 +1,22 @@
# PMD Release Notes # PMD Release Notes
## 29-April-2017 - 5.6.1 ## ????? - 5.6.2-SNAPSHOT
The PMD team is pleased to announce PMD 5.6.1. The PMD team is pleased to announce PMD 5.6.2.
This is a bug fixing release. This is a bug fixing release.
### Table Of Contents
* [New and noteworthy](#New_and_noteworthy)
* [Fixed Issues](#Fixed_Issues)
* [API Changes](#API_Changes)
* [External Contributions](#External_Contributions)
### New and noteworthy
### Fixed Issues ### Fixed Issues
* General ### API Changes
* [#363](https://github.com/pmd/pmd/issues/363): \[core] Rule documentation pages are missing
* [#364](https://github.com/pmd/pmd/issues/364): \[core] Stream closed exception when running through maven ### External Contributions
* [#373](https://github.com/pmd/pmd/issues/373): \[core] RuleSetFactory - add more helper methods