diff --git a/CHANGES.rst b/CHANGES.rst index 852e1a2eb..ed010414d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,10 @@ Changes Changes: -------- +- Update package distribution name to ``crim-weaver`` for release on PyPI. + The Python package is still imported as ``weaver``, but ``pserve`` and ``celery`` looking for the package egg + need to point at ``egg:crim-weaver``. For backward compatibility, provided Docker images create a system link + that make this change transparent, but users need to update the INI configuration if running *Weaver* locally. - Add support of *OGC API - Processes - Part 3: Workflows and Chaining* with *Nested Process* ad-hoc workflow definitions directly submitted for execution (fixes `#747 `_, relates to `#412 `_).