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 Nov 1, 2024
1 parent 47335ad commit df04fa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rbx_dom_weak/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ pub fn into_raw(self) -> (Ref, HashMap<Ref, Instance, ahash::RandomState>) {
* 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]
* Added `WeakDom::reserve`, which can preallocate additional space for instances in the `WeakDom`. [#465]
* Added support for `EnumItem` attributes. [#470]

[#470]: https://github.com/rojo-rbx/rbx-dom/pull/470
[#465]: https://github.com/rojo-rbx/rbx-dom/pull/465
[#464]: https://github.com/rojo-rbx/rbx-dom/pull/464

Expand Down

0 comments on commit df04fa2

Please sign in to comment.