From 3d9b42197b4a130be6e09e7d2389b96a7fa7d353 Mon Sep 17 00:00:00 2001 From: Xavier Hanin Date: Wed, 18 Jan 2006 07:02:11 +0000 Subject: [PATCH] IMPROVE: some javadoc improvements (IVY-136 IVY-129) (thanks to Stephen Nesbitt) git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/trunk@484103 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 10f6c48f..9134364d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -22,6 +22,7 @@ - IMPROVE: import system properties as ivy variables in standalone mode - IMPROVE: string identifying a module is now clearly different from a path - IMPROVE: better error message when publish fails due to readonly destination (IVY-83) +- IMPROVE: some javadoc improvements (IVY-136 IVY-129) (thanks to Stephen Nesbitt) - FIX: no variable replacement during the deliver step (IVY-133) - FIX: conflict badly solved in some complex cases (IVY-130) - FIX: mapping on conf * now only takes public configurations (IVY-126)