forked from phoedos/pmd
Prepare pmd release 6.0.1
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
repository: pmd/pmd
|
||||
|
||||
pmd:
|
||||
version: 6.1.0
|
||||
date: 2018-01-26
|
||||
version: 6.0.1
|
||||
date: 2018-01-21
|
||||
|
||||
output: web
|
||||
# this property is useful for conditional filtering of content that is separate from the PDF.
|
||||
|
@ -4,22 +4,20 @@ permalink: pmd_release_notes.html
|
||||
keywords: changelog, release notes
|
||||
---
|
||||
|
||||
## ????? - 6.0.1-SNAPSHOT
|
||||
## 21-January-2018 - 6.0.1
|
||||
|
||||
The PMD team is pleased to announce PMD 6.0.1-SNAPSHOT.
|
||||
The PMD team is pleased to announce PMD 6.0.1.
|
||||
|
||||
This is a bug fixing release.
|
||||
|
||||
### Table Of Contents
|
||||
|
||||
* [New and noteworthy](#new-and-noteworthy)
|
||||
* [Additional information about the new introduced rule categories](#additional-information-about-the-new-introduced-rule-categories)
|
||||
* [Fixed Issues](#fixed-issues)
|
||||
* [API Changes](#api-changes)
|
||||
* [External Contributions](#external-contributions)
|
||||
|
||||
### New and noteworthy
|
||||
|
||||
#### Additional information about the new introduced rule categories
|
||||
### Additional information about the new introduced rule categories
|
||||
|
||||
With the release of PMD 6.0.0, all rules have been sorted into one of the following eight categories:
|
||||
|
||||
@ -75,6 +73,9 @@ to migrate your current ruleset. That backwards compatibility will be maintained
|
||||
|
||||
### API Changes
|
||||
|
||||
* The constant `net.sourceforge.pmd.PMD.VERSION` has been deprecated and will be removed with PMD 7.0.0.
|
||||
Please use `net.sourceforge.pmd.PMDVersion.VERSION` instead.
|
||||
|
||||
### External Contributions
|
||||
|
||||
* [#796](https://github.com/pmd/pmd/pull/796): \[apex] AvoidDirectAccessTriggerMap incorrectly detects array access in classes - [Robert Sösemann](https://github.com/up2go-rsoesemann)
|
||||
|
Reference in New Issue
Block a user