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 28aa81029c7..1578ac3e565 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 @@ -45,6 +45,7 @@
Planned Removals after June 2022 @@ -285,6 +286,19 @@
+ This change is not literally an api change but will impact your code if you used \${ to not + expand environment variables. It may impact your code if you import environment variables + and had to workaround path\${childPath} resolving to path${childPath}. See Bug 560330. +
+