From 1106130efcf8c629a2e9e6f26f7c61ef182e175d Mon Sep 17 00:00:00 2001 From: kennethloeffler Date: Tue, 29 Oct 2024 21:18:11 +0000 Subject: [PATCH] Update rbx_dom_weak changelog --- rbx_dom_weak/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rbx_dom_weak/CHANGELOG.md b/rbx_dom_weak/CHANGELOG.md index c6c8b00cb..9f6a3bcc4 100644 --- a/rbx_dom_weak/CHANGELOG.md +++ b/rbx_dom_weak/CHANGELOG.md @@ -93,6 +93,9 @@ where ### Other changes * Added `UstrMapExt`, a helper trait providing convenience methods `UstrMap::new` and `UstrMap::with_capacity`. * Added re-exports for `ustr` (a convenience function for creating `Ustr`s), `Ustr`, `UstrMap`, and `UstrSet`. +* Added `InstanceBuilder::with_property_capacity`, which can preallocate an `InstanceBuilder`'s property table. [#464] + +[#4641]: https://github.com/rojo-rbx/rbx-dom/pull/464 ## 2.9.0 (2024-08-22) * Added `WeakDom::descendants` and `WeakDom::descendants_of` to support iterating through the descendants of a DOM. ([#431])