Skip to content

Commit 0af1fb5

Browse files
committed
[doc] Update release notes
Refs #132, Fixes #131
1 parent 75623bf commit 0af1fb5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ReleaseNotes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,26 @@ This is a minor release.
1515

1616
### Fixed Issues
1717

18+
* [#131](https://github.com/pmd/pmd-eclipse-plugin/issues/131): Conflict with Jaspersoft Studio plugin (log4j)
19+
1820
### API Changes
1921

22+
#### Breaking Changes
23+
24+
* With 4.10.0 usage of log4j has been deprecated. In order to fix [#131](https://github.com/pmd/pmd-eclipse-plugin/issues/131)
25+
these deprecated references have been removed now.
26+
27+
The following methods/fields in `net.sourceforge.pmd.eclipse.runtime.preferences.IPreferences`
28+
have been removed:
29+
* `getLogLevel()`
30+
* `setLogLevel(Level)`
31+
* `LOG_LEVEL`
32+
33+
2034
### External Contributions
2135

36+
* [#132](https://github.com/pmd/pmd-eclipse-plugin/pull/132): Remove log4j - [Rich DiCroce](https://github.com/rdicroce)
37+
2238
## 26-September-2020: 4.17.0.v20200926-0854
2339

2440
This is a minor release.

0 commit comments

Comments
 (0)