Update changelog, refs #927

This commit is contained in:
Juan Martín Sotuyo Dodero
2018-02-20 13:46:43 -03:00
parent 8127b3c8e3
commit 906c162d04

View File

@ -84,4 +84,5 @@ it was causing `OutOfMemoryError`s (see [#795](https://github.com/pmd/pmd/issues
* [#886](https://github.com/pmd/pmd/pull/886): \[java] Fix #885 - [Matias Comercio](https://github.com/MatiasComercio)
* [#900](https://github.com/pmd/pmd/pull/900): \[core] Use the isEmpty method instead of comparing the value of size() to 0 - [reudismam](https://github.com/reudismam)
* [#914](https://github.com/pmd/pmd/pull/914): \[doc] Apex @SuppressWarnings documentation updated - [Akshat Bahety](https://github.com/akshatbahety)
* [#927](https://github.com/pmd/pmd/pull/927): \[java][doc] Fix example of AbstractClassWithoutAnyMethod - [Kazuma Watanabe](https://github.com/wata727)