From edca1db3d01a29be108c01e081f7ebdca6cb3ce7 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 21 Mar 2016 12:12:35 +0100 Subject: [PATCH] record module support for javac closes #16 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index efbee6eef..7f9ecbb38 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -73,6 +73,9 @@ Other changes: * now supports Java9 modules. https://github.com/apache/ant/pull/15 + * now supports Java9 modules. + https://github.com/apache/ant/pull/16 + Changes from Ant 1.9.5 TO Ant 1.9.6 ===================================