notes
diff --git a/org.eclipse.jdt.debug/buildnotes_jdt-debug.html b/org.eclipse.jdt.debug/buildnotes_jdt-debug.html
index 6696342..dd0f64d 100644
--- a/org.eclipse.jdt.debug/buildnotes_jdt-debug.html
+++ b/org.eclipse.jdt.debug/buildnotes_jdt-debug.html
@@ -15,6 +15,10 @@
 What's new in this drop</h3>

 <li>API for IVMConnector has changed. A vm connector now accepts a map of arguments from which to

 establish a remote connection to a VM.</li>

+<li>New extension point and launch configuration attribute to control classpath and

+ source lookup path computation. See extension point "org.eclipse.jdt.launching.classpathProviders",

+ <code>IJavaLaunchConfiguration.ATTR_CLASSPATH_PROVIDER</code> and 

+ <code>IJavaLaunchConfiguration.ATTR_SOURCE_PATH_PROVIDER</code> </li>

 

 <h3>

 Problem Reports Fixed</h3>