don't notify contributed ITestRunListeners concurrently
diff --git a/org.eclipse.jdt.ui/buildnotes_jdt-ui.html b/org.eclipse.jdt.ui/buildnotes_jdt-ui.html
index ec73ee7..a1e371b 100644
--- a/org.eclipse.jdt.ui/buildnotes_jdt-ui.html
+++ b/org.eclipse.jdt.ui/buildnotes_jdt-ui.html
@@ -17,6 +17,13 @@
 Java Development Tooling UI</h1>
 To see which bugs have been addressed in one of the builds simply open the <a href="http://bugs.eclipse.org/bugs/query.cgi?short_desc_type=allwordssubstr&amp;product=JDT&amp;component=UI&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;namedcmd=Assigned&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">JDT UI bugzilla query page</a>, select status, resolution and the time frame.
 <br><br>
+========== Eclipse Build Input March 7th 2006 ==========<br>
+<pre>
+- JUnit: ITestRunListeners contributed to the org.eclipse.jdt.junit.testRunListener extension point
+  cannot distinguish notifications from concurrently test runs. Therefore, notifications are now
+  only sent out for a single active test run.
+</pre>
+<br>
 ========== Eclipse Build Input February 13th 2006 ==========<br>
 <pre>
 - extended the quickFixProcessor extension point allow QuickFix processors to
@@ -28,8 +35,6 @@
 - JUnit - removed internal extension point org.eclipse.jdt.junit.internal_testRunTabs
 </pre>
 <br>
-
-
 ========== Eclipse Build Input February 7th 2006 ==========<br>
 <pre>
 - added bracketing sessionStarted and sessionEnded calls to the ICompletionProposalComputer protocol