forked from phoedos/pmd
Prepare pmd release 6.38.0
This commit is contained in:
parent
17d0473eb2
commit
5aa23354d4
@ -1,7 +1,7 @@
|
||||
repository: pmd/pmd
|
||||
|
||||
pmd:
|
||||
version: 6.38.0-SNAPSHOT
|
||||
version: 6.38.0
|
||||
previous_version: 6.37.0
|
||||
date: 28-August-2021
|
||||
release_type: minor
|
||||
|
@ -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.38.0
|
||||
|
||||
No changes.
|
||||
|
||||
#### 6.37.0
|
||||
|
||||
##### PMD CLI
|
||||
|
@ -12,8 +12,6 @@ This is a {{ site.pmd.release_type }} release.
|
||||
|
||||
{% tocmaker is_release_notes_processor %}
|
||||
|
||||
### New and noteworthy
|
||||
|
||||
### Fixed Issues
|
||||
|
||||
* apex
|
||||
@ -24,12 +22,15 @@ This is a {{ site.pmd.release_type }} release.
|
||||
* java-bestpractices
|
||||
* [#3403](https://github.com/pmd/pmd/issues/3403): \[java] MethodNamingConventions junit5TestPattern does not detect parameterized tests
|
||||
|
||||
### API Changes
|
||||
|
||||
### External Contributions
|
||||
|
||||
* [#3445](https://github.com/pmd/pmd/pull/3445): \[java] Fix #3403 about MethodNamingConventions and JUnit5 parameterized tests - [Cyril Sicard](https://github.com/CyrilSicard)
|
||||
* [#3470](https://github.com/pmd/pmd/pull/3470): \[apex] Fix ApexCRUDViolationRule - add super call - [Josh Feingold](https://github.com/jfeingold35)
|
||||
|
||||
### Stats
|
||||
* 32 commits
|
||||
* 8 closed tickets & PRs
|
||||
* Days since last release: 27
|
||||
|
||||
{% endtocmaker %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user