From c2a13b9b7bb406874a890e5b2ae73ab938ecd0e7 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 7 May 2015 13:29:03 +1200 Subject: [PATCH] Add entry for #403 --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 58905c6dd..02563c8f3 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release. Version 3.0.6 (in progress) =========================== +2015-05-07: LindleyF + [Java] Allow feature("director") and feature("ref") to be used + together. Github PR#403. + 2015-05-05: olly Suppress warning 325 "Nested class not currently supported (Foo ignored)" when Foo has already been explicitly ignored with "%ignore".