diff --git a/docs/source/getting_started/changelog.rst b/docs/source/getting_started/changelog.rst index 84db98610200..e1054c16bc4b 100644 --- a/docs/source/getting_started/changelog.rst +++ b/docs/source/getting_started/changelog.rst @@ -22,7 +22,7 @@ User-facing changes * Only display node structure in a JSON tree view for arrays and empty objects (`#7261 `__) * Make much smaller distribution packages by not building JavaScript source maps for releases. (`#7150 `__) * Add support for pasting cell attachments and dragging attachments from the file browser (`#5913 `__, `#5744 `__) -* Add a new ``yarn_registry`` configuration parameter to override the default yarn repository when building (`#7363 `__, `#7109 `__) +* Add a new ``registry`` configuration parameter to override the default yarn repository when building (`#7363 `__, `#7109 `__) For developers