Update changelog

This commit is contained in:
Andreas Dangel
2016-11-26 18:11:56 +01:00
parent 7dae0b67a1
commit 9e26497bd1

View File

@ -52,3 +52,7 @@
**API Changes:**
* `net.sourceforge.pmd.RuleSetFactory` is now immutable and its behavior cannot be changed anymore.
It provides constructors to create new adjusted instances. This allows to avoid synchronization in RuleSetFactory.
See [PR #131](https://github.com/pmd/pmd/pull/131).