From 6f42ce59f6064e056eb40e0f5cb16e5a9aa2cbee Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Thu, 10 Jul 2025 20:38:36 -0500 Subject: [PATCH] Fix PR links in changelog --- changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.rst b/changelog.rst index 2c38c002b..e824e3f99 100644 --- a/changelog.rst +++ b/changelog.rst @@ -85,7 +85,7 @@ Changed (:pr:`1222`) - The SDK's ``ScopeBuilder`` types have been replaced with - ``StaticScopeCollection`` and ``DynamicScopeCollection`` types. (:pr:`NUMBER`) + ``StaticScopeCollection`` and ``DynamicScopeCollection`` types. (:pr:`1237`) - Scopes provided as constants by the SDK are now ``Scope`` objects, not strings. They can be converted to strings trivially with ``str(scope)``. @@ -96,7 +96,7 @@ Changed ``GCSCollectionScopeBuilder``. - The ``ScopeBuilder`` types have been simplified and improved as the new - ``ScopeCollection`` types. (:pr:`NUMBER`) + ``ScopeCollection`` types. (:pr:`1237`) - ``ScopeBuilder`` is replaced with ``StaticScopeCollection`` and ``DynamicScopeCollection``. The ``scopes`` attribute of client classes is