You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2012/02/14 11:30:12 UTC

svn commit: r1243866 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: dweiss
Date: Tue Feb 14 10:30:11 2012
New Revision: 1243866

URL: http://svn.apache.org/viewvc?rev=1243866&view=rev
Log:
LUCENE-3762: CHANGES.txt entry.

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1243866&r1=1243865&r2=1243866&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Tue Feb 14 10:30:11 2012
@@ -944,6 +944,9 @@ Build
   by refactoring the build task into an ANT task and modifying build scripts
   to perform top-level checks. (Dawid Weiss, Steve Rowe, Robert Muir)
 
+* LUCENE-3762: Upgrade JUnit to 4.10, refactor state-machine of detecting 
+  setUp/tearDown call chaining in LuceneTestCase. (Dawid Weiss, Robert Muir)
+
 
 ======================= Lucene 3.5.0 =======================