diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 4010217f0b..b05887084a 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -80,6 +80,9 @@ Unreleased Note that it's a responsibility of a client application to handle RPC reconnection in case this happens. See :ref:`setting_jvm_args` and :ref:`memory_usage_and_tuning` for further details. +* :doc:`design/data-model-upgrades/package-namespace-ownership` configurations can be now be set as described in + :ref:`node_package_namespace_ownership`, when using the Cordformation plugin version 4.0.43. + .. _changelog_v4.1: Version 4.1 diff --git a/docs/source/generating-a-node.rst b/docs/source/generating-a-node.rst index a145b1984a..14a2dc9c82 100644 --- a/docs/source/generating-a-node.rst +++ b/docs/source/generating-a-node.rst @@ -258,7 +258,7 @@ defaults to `1.6.0`. This can be changed by setting the `jolokia_version` proper Package namespace ownership ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -To specify package namespace ownership, the optional ``networkParameterOverrides`` and ``packageOwnership`` blocks can be used, similar to the configuration file used in :doc:`network-bootstrapper`: +To specify :doc:`design/data-model-upgrades/package-namespace-ownership` configuration, the optional ``networkParameterOverrides`` and ``packageOwnership`` blocks can be used, similar to the configuration file used in :doc:`network-bootstrapper`: .. sourcecode:: groovy