forked from phoedos/pmd
Prepare pmd release 6.34.0
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
repository: pmd/pmd
|
||||
|
||||
pmd:
|
||||
version: 6.34.0-SNAPSHOT
|
||||
version: 6.34.0
|
||||
previous_version: 6.33.0
|
||||
date: ??-?????-2021
|
||||
date: 24-April-2021
|
||||
release_type: minor
|
||||
|
||||
# release types: major, minor, bugfix
|
||||
|
@ -125,6 +125,10 @@ the breaking API changes will be performed in 7.0.0.
|
||||
an API is tagged as `@Deprecated` or not in the latest minor release. During the development of 7.0.0,
|
||||
we may decide to remove some APIs that were not tagged as deprecated, though we'll try to avoid it." %}
|
||||
|
||||
#### 6.34.0
|
||||
|
||||
No changes.
|
||||
|
||||
#### 6.33.0
|
||||
|
||||
No changes.
|
||||
|
@ -64,6 +64,8 @@ This is a {{ site.pmd.release_type }} release.
|
||||
|
||||
### API Changes
|
||||
|
||||
No changes.
|
||||
|
||||
### External Contributions
|
||||
|
||||
* [#3193](https://github.com/pmd/pmd/pull/3193): \[java] New rule: UseStandardCharsets - [Andrea Aime](https://github.com/aaime)
|
||||
@ -71,5 +73,10 @@ This is a {{ site.pmd.release_type }} release.
|
||||
* [#3211](https://github.com/pmd/pmd/pull/3211): \[apex] ApexCRUDViolationRule: Do not assume method is VF getter to avoid CRUD checks - [Jonathan Wiesel](https://github.com/jonathanwiesel)
|
||||
* [#3234](https://github.com/pmd/pmd/pull/3234): \[apex] ApexCRUDViolation: COUNT is indeed CRUD checkable since it exposes data (false-negative) - [Jonathan Wiesel](https://github.com/jonathanwiesel)
|
||||
|
||||
### Stats
|
||||
* 74 commits
|
||||
* 18 closed tickets & PRs
|
||||
* Days since last release: 27
|
||||
|
||||
{% endtocmaker %}
|
||||
|
||||
|
Reference in New Issue
Block a user