Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Dec 12, 2024
1 parent db15576 commit ab26d70
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rbx_dom_weak/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,13 @@ pub fn into_raw(self) -> (Ref, AHashMap<Ref, Instance>) {
* Added `HashMapExt`, a helper trait providing convenience methods `UstrMap::new`, `UstrMap::with_capacity`, `AHashMap::new`, and `AHashMap::with_capacity`.
* Added re-exports for `AHashMap`.
* 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 `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 `WeakDom::from_raw` to provide the inverse for `WeakDom::into_raw`. ([#482])

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

## 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 ab26d70

Please sign in to comment.