29 lines
643 B
Markdown
29 lines
643 B
Markdown
---
|
|
title: PMD Release Notes
|
|
permalink: pmd_release_notes.html
|
|
keywords: changelog, release notes
|
|
---
|
|
|
|
## {{ site.pmd.date }} - {{ site.pmd.version }}
|
|
|
|
The PMD team is pleased to announce PMD {{ site.pmd.version }}.
|
|
|
|
This is a {{ site.pmd.release_type }} release.
|
|
|
|
{% tocmaker is_release_notes_processor %}
|
|
|
|
### New and noteworthy
|
|
|
|
* The rule designer's codebase has been moved out of the main repository and
|
|
will be developed at [pmd/pmd-designer](https://github.com/pmd/pmd-designer)
|
|
from now on. The maven coordinates will stay the same for the time being.
|
|
|
|
### Fixed Issues
|
|
|
|
### API Changes
|
|
|
|
### External Contributions
|
|
|
|
{% endtocmaker %}
|
|
|