diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index c9df30afa8..2f3e55a174 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -21,6 +21,11 @@ This is a bug fixing release. ### Fixed Issues +* apex-errorprone + * [#792](https://github.com/pmd/pmd/issues/792): \[apex] AvoidDirectAccessTriggerMap incorrectly detects array access in classes + ### API Changes -### External Contributions \ No newline at end of file +### External Contributions + +* [#796](https://github.com/pmd/pmd/pull/796): \[apex] AvoidDirectAccessTriggerMap incorrectly detects array access in classes - [Robert Sösemann](https://github.com/up2go-rsoesemann)