Skip to content

Commit

Permalink
Update rbx_dom_weak changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler committed Oct 29, 2024
1 parent a82e205 commit 1106130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rbx_dom_weak/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 1106130

Please sign in to comment.