Prepare next development version

This commit is contained in:
Andreas Dangel
2015-04-20 21:30:15 +02:00
parent a720b93431
commit fba55905b6
2 changed files with 7 additions and 11 deletions

View File

@ -7,7 +7,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.2-SNAPSHOT</version>
</parent>
<properties>

View File

@ -1,19 +1,15 @@
# Changelog
## 20-April-2015 - 5.3.1
## ????? - 5.3.2-SNAPSHOT
**New Supported Languages:**
**Feature Request and Improvements:**
**New/Modified/Deprecated Rules:**
* Language Java, ruleset design.xml: The rule "UseSingleton" *has been renamed* to "UseUtilityClass".
See also bugs [#1059](https://sourceforge.net/p/pmd/bugs/1059) and [#1339](https://sourceforge.net/p/pmd/bugs/1339/).
**Pull Requests:**
* [#53](https://github.com/pmd/pmd/pull/53): Fix some NullPointerExceptions
**Bugfixes:**
* [#1332](https://sourceforge.net/p/pmd/bugs/1332/): False Positive: UnusedPrivateMethod
* [#1333](https://sourceforge.net/p/pmd/bugs/1333/): Error while processing Java file with Lambda expressions
* [#1337](https://sourceforge.net/p/pmd/bugs/1337/): False positive "Avoid throwing raw exception types" when exception is not thrown
* [#1338](https://sourceforge.net/p/pmd/bugs/1338/): The pmd-java8 POM bears the wrong parent module version
**API Changes:**