diff --git a/src/site/markdown/overview/changelog.md b/src/site/markdown/overview/changelog.md index 7cf1ed2246..883e27666e 100644 --- a/src/site/markdown/overview/changelog.md +++ b/src/site/markdown/overview/changelog.md @@ -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).