1
0
forked from phoedos/pmd
pmd/src/site/markdown/overview/changelog.md

32 lines
789 B
Markdown
Raw Normal View History

2016-12-13 13:38:59 -03:00
# PMD Release Notes
2017-06-24 22:28:05 +02:00
## ????? - 6.0.0-SNAPSHOT
2017-06-24 22:28:05 +02:00
The PMD team is pleased to announce PMD 6.0.0.
2016-07-27 22:03:51 +02:00
2017-06-24 22:28:05 +02:00
This is a major release.
2016-07-07 20:48:01 +02:00
2017-04-29 20:22:28 +02:00
### Table Of Contents
* [New and noteworthy](#New_and_noteworthy)
* [Fixed Issues](#Fixed_Issues)
2017-06-24 22:28:05 +02:00
* [API Changes](#API_Changes)
2017-04-29 20:22:28 +02:00
* [External Contributions](#External_Contributions)
### New and noteworthy
2016-12-13 13:38:59 -03:00
### Fixed Issues
2016-06-25 13:51:03 +02:00
2017-06-26 13:03:28 -03:00
* java-controversial
* [#408](https://github.com/pmd/pmd/issues/408): \[java] DFA not analyzing asserts
2017-05-26 14:27:44 -03:00
2017-06-24 22:28:05 +02:00
### API Changes
2017-04-29 20:22:28 +02:00
2017-06-26 13:08:14 -03:00
* The class `net.sourceforge.pmd.lang.dfa.NodeType` has been converted to an enum.
All node types are enum members now instead of int constants. The names for node types are retained.
2017-04-29 20:22:28 +02:00
### External Contributions
2017-05-01 16:51:07 +02:00
2017-06-26 13:03:28 -03:00
* [#420](https://github.com/pmd/pmd/pull/420): \[java] Fix UR anomaly in assert statements
2017-05-26 14:27:44 -03:00