Update release notes, closes #768

This commit is contained in:
Andreas Dangel
2017-12-03 19:22:11 +01:00
parent 2c94dd993d
commit 83b2e91f3d

View File

@ -336,6 +336,7 @@ a warning will now be produced suggesting users to adopt it for better performan
* [#605](https://github.com/pmd/pmd/issues/605): \[apex] java.lang.NoClassDefFoundError in the latest build
* [#637](https://github.com/pmd/pmd/issues/637): \[apex] Avoid SOSL in loops
* [#760](https://github.com/pmd/pmd/issues/760): \[apex] EmptyStatementBlock complains about missing rather than empty block
* [#768](https://github.com/pmd/pmd/issues/768): \[apex] java.lang.NullPointerException from PMD
* cpp
* [#448](https://github.com/pmd/pmd/issues/448): \[cpp] Write custom CharStream to handle continuation characters
* java
@ -554,4 +555,5 @@ a warning will now be produced suggesting users to adopt it for better performan
* [#746](https://github.com/pmd/pmd/pull/746): \[doc] Fix typo in incremental analysis log message - [Clément Fournier](https://github.com/oowekyala)
* [#749](https://github.com/pmd/pmd/pull/749): \[doc] Update the documentation for properties - [Clément Fournier](https://github.com/oowekyala)
* [#758](https://github.com/pmd/pmd/pull/758): \[core] Expose the full mapping from property type id to property extractor - [Clément Fournier](https://github.com/oowekyala)
* [#771](https://github.com/pmd/pmd/pull/771): \[apex] Fix Apex metrics framework failing on triggers, refs #768 - [Clément Fournier](https://github.com/oowekyala)