diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php index 14177a782a6..62050e9132d 100755 --- a/releng/org.eclipse.rse.build/template/buildNotes.php +++ b/releng/org.eclipse.rse.build/template/buildNotes.php @@ -144,6 +144,9 @@ More information can be found in the associated bugzilla items. +
  • Added IProgressMonitor parameter to all long-running IRemoteFileSubSystem + methods. Clients need to pass in a NullProgressMonitor in all these methods now. + [184322].
  • Use IRSESystemType instead of String systemTypeName everywhere - this is the prerequisite for allowing system type labels to be translated [180688].