diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c0503b8955..a96762595d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -120,6 +120,14 @@ Features and Enhancements - Add ``node.data.set`` and ``node.data.pop`` to the list of declared Cortex permissions. (`#3716 `_) +- Storm Dmon APIs called on a Cortex mirror now call up to the leader to + retrieve their result. + (`#3735 `_) +- Add a ``insertParentFork()`` API on Storm View objects to insert a new + View between an existing fork and its parent View. + (`#3731 `_) +- Quorum merge requests are now allowed on Views which have forks. + (`#3738 `_) Bugfixes --------