aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-09-20 18:35:53 -0530
committermat <git@matdoes.dev>2025-09-20 18:35:53 -0530
commitcaf0f7d7737b69dfe5ac274e3a277754a01fa87e (patch)
treeea07b6be7c8de50d3d702f45c93c406feaa3df16 /CHANGELOG.md
parent58c7b3fa01bb93833a46dbb7f611e8c86f871bf7 (diff)
downloadazalea-drasl-caf0f7d7737b69dfe5ac274e3a277754a01fa87e.tar.xz
add new apis for BitSet
closes #241
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 909c39fc..e7f05bdf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ is breaking anyways, semantic versioning is not followed.
- `ItemStack` now has a `get_component` function that supports default components.
- `Client::nearest_entity_by`.
- Sneaking/crouching.
+- `BitSet::len`, `BitSet::get`, `BitSet::iter_ones`.
### Changed