Updated changelog

This commit is contained in:
Juan Martín Sotuyo Dodero
2017-06-29 20:39:35 -03:00
parent b6482bb33b
commit 15ec10ff35

View File

@ -19,9 +19,13 @@ This is a bug fixing release.
* java
* [#471](https://github.com/pmd/pmd/issues/471): \[java] Error while processing class when EnumMap is used in PMD 5.8.0
* [#477](https://github.com/pmd/pmd/issues/477): \[core] NoClassDefFoundError under 5.8
### API Changes
* The `getGenericArgs()` method introduced to `TypeNode` in 5.8.0 was removed. You can access to generics' info through the `JavaTypeDefinition` object.
* The `JavaTypeDefinitionBuilder` class introduced in 5.8.0 is not more. You can use factory methods available on `JavaTypeDefinition`
### External Contributions
* [#472](https://github.com/pmd/pmd/pull/472): \[java] fix error with raw types, bug #471