From 40abb62df5b411dbc9b8f8b07c82722f6d09a068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Fri, 20 Jan 2017 09:53:08 -0300 Subject: [PATCH] Update changelog --- src/site/markdown/overview/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/site/markdown/overview/changelog.md b/src/site/markdown/overview/changelog.md index 72597756be..85a7187f8b 100644 --- a/src/site/markdown/overview/changelog.md +++ b/src/site/markdown/overview/changelog.md @@ -199,6 +199,8 @@ to avoid XSS attacks. * [#1518](https://sourceforge.net/p/pmd/bugs/1518/): \[xml] Error while processing xml file with ".webapp" in the file or directory name * psql * [#1549](https://sourceforge.net/p/pmd/bugs/1549/): \[plsql] Parse error for IS [NOT] NULL construct +* javascript + * [#201](https://github.com/pmd/pmd/issues/201): \[javascript] template strings are not correctly parsed ### API Changes @@ -234,4 +236,5 @@ to avoid XSS attacks. * [#189](https://github.com/pmd/pmd/pull/189): \[apex] Bug fix of SOQL concatenated vars detection * [#191](https://github.com/pmd/pmd/pull/191): \[apex] Detection of sharing violation when Database. methods are used * [#192](https://github.com/pmd/pmd/pull/192): \[apex] Dead code removal +* [#200](https://github.com/pmd/pmd/pull/200): \[javascript] Templatestring grammar fix