diff --git a/UPGRADING.md b/UPGRADING.md
index 67b7b16e06..d25a0af688 100644
--- a/UPGRADING.md
+++ b/UPGRADING.md
@@ -72,3 +72,9 @@ that you might stumble across when upgrading from Phing 2 to 3.
* Size selector: `units` attribute has been removed, `value` attribute can include an IEC or SI suffix.
* TruncateTask: `length` attribute can include an IEC or SI suffix.
* The way how Phing handles boolean values has been normalized. Therefore `t` is not a valid `true` value any longer. For a list of effected components follow https://github.com/phingofficial/phing/search?p=1&q=booleanValue
+* Obsolete `ExportPropertiesTask` was removed in favor of the `EchoPropertiesTask`
+ ```xml
+
+ <-- is the same as -->
+
+ ```