From 4cd2d2256ae019fa32705e865ae2e95623ec35cc Mon Sep 17 00:00:00 2001 From: Maarten Coene Date: Thu, 4 Sep 2008 06:08:57 +0000 Subject: [PATCH] The patch came from Patrick Woodworth git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@691878 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 08492872..98e653d4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -111,7 +111,7 @@ for detailed view of each issue, please consult http://issues.apache.org/jira/br - IMPROVEMENT: Add a memory cache for the module descriptor that are parsed from the cache (IVY-883) - IMPROVEMENT: Improve performance (IVY-872) -- FIX: Enable consistent support of the configuration negation operator (IVY-894) +- FIX: Enable consistent support of the configuration negation operator (IVY-894) (thanks to Patrick Woodworth) - FIX: add variable expansion in extra attributes (IVY-798) - FIX: Invalid URL when using dynamic ranges (IVY-885) - FIX: can't use gotoNode with a node which has not been visited yet (IVY-874)