diff --git a/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html b/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html
index cd0b1ce9016..f23e743f686 100644
--- a/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html
+++ b/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html
@@ -44,7 +44,6 @@
Partial removal of CDT 3.X project support.
Removal of CDT Core Options API.
TM Terminal has major changes to support new color and preference functionality.
- Remove org.eclipse.cdt.core.browser.PathUtil.
Environment Variables are always case sensitive in CDT.
@@ -76,6 +75,8 @@
IGDBJtagDevice.getDefaultIpAddress has been removed. Implement IGDBJtagConnection and specify default_connection in JTagDevice extension XML instead. See Bug 566462.
IGDBJtagDevice.getDefaultPortNumber has been removed. Implement IGDBJtagConnection and specify default_connection in JTagDevice extension XML instead. See Bug 566462.
IGDBJtagDevice.doRemote has been removed. Implement IGDBJtagConnection.doRemote instead. See Bug 566462.
+ PTY constructor PTY(boolean console) has been removed. Use PTY(Mode mode) instead.
+ org.eclipse.cdt.core.browser.PathUtil has been removed. Use org.eclipse.cdt.utils.PathUtil instead. See Bug 564123.
@@ -266,14 +267,7 @@
-
-
- The deprecated class org.eclipse.cdt.core.browser.PathUtil has been removed. Use
- org.eclipse.cdt.utils.PathUtil instead. See Bug 564123.
-
-
-
+
The handling of environment and build variables in CDT has changed to being case sensitive. This means
some API changes to remove methods such as isVariableCaseSensitive (see full list below). The PATH and