From 4bf570aca7afa027a1bd97377206e0779ea1d745 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Fri, 1 Nov 2019 10:04:59 -0400 Subject: [PATCH] Backport PR #7452: Correct registry name in changelog --- docs/source/getting_started/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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