From ecdd3ad2a7938fec52021097ac5229ba27aca247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Mon, 30 Jul 2018 01:03:24 -0300 Subject: [PATCH] Update changelog, refs #1264 --- docs/pages/release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index ae7f456236..a0f145410e 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -28,4 +28,5 @@ This is a minor release. ### External Contributions +* [#1264](https://github.com/pmd/pmd/pull/1264): \[cpp] Fix NullPointerException in CPPTokenizer:99 - [Rafael Cortês](https://github.com/mrfyda) * [#1258](https://github.com/pmd/pmd/pull/1258): \[java] Use typeof in MissingSerialVersionUID - [krichter722](https://github.com/krichter722)