From a64077f10cc0fe14e5585acc9e12fc7d62c5d78a Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 21 May 2021 11:00:48 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Fournier --- docs/pages/release_notes.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 3dce1681cf..08e22c7c46 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -18,8 +18,8 @@ This is a {{ site.pmd.release_type }} release. The latest version of [Rhino](https://github.com/mozilla/rhino), the implementation of JavaScript we use for parsing JavaScript code, requires at least Java 8. Therefore we decided to upgrade the pmd-javascript -module to Java 8 as well. This means, that from now on, a Java 8 or later runtime is required in order -to analyze JavaScript code. Note, that PMD core still stays the at Java 7. +module to Java 8 as well. This means that from now on, a Java 8 or later runtime is required in order +to analyze JavaScript code. Note that PMD core still only requires Java 7. ### Fixed Issues @@ -32,4 +32,3 @@ to analyze JavaScript code. Note, that PMD core still stays the at Java 7. ### External Contributions {% endtocmaker %} -