From 8e6bd381944cf062fd6424141bb11c61840a5f09 Mon Sep 17 00:00:00 2001 From: Denver Coneybeare Date: Thu, 18 Apr 2024 11:12:55 -0400 Subject: [PATCH] update changeset wording --- .changeset/sharp-lizards-sit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/sharp-lizards-sit.md b/.changeset/sharp-lizards-sit.md index 7b728f22e1b..e623f71da9b 100644 --- a/.changeset/sharp-lizards-sit.md +++ b/.changeset/sharp-lizards-sit.md @@ -3,4 +3,4 @@ 'firebase': patch --- -Reduce code size that accidentally regressed in 10.7.2 due to https://github.com/firebase/firebase-js-sdk/pull/7929 for application that did _not_ use IndexedDB persistence +Reduce code bundle size by 6.5 kB in applications that only use memory persistence (the default persistence mode). This bundle size regression was accidentally introduced in v10.7.2.