diff --git a/CHANGES.rst b/CHANGES.rst index 604ee8893..b07c90747 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,6 +15,9 @@ Changes: - Add more detection of map-able WPS output location to avoid fetching files unnecessarily. Common cases are ``Workflow`` running multiple steps on the same server or `Application Package` ``Process`` that reuses an output produced by a previous execution. Relates to `#183 `_. +- Add functional ``Workflow`` tests to validate execution without the need of remote `Weaver` test application + (relates to `#141 `_, + relates to `#281 `_). Fixes: ------