aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-01-03 13:57:10 -1030
committermat <git@matdoes.dev>2026-01-04 05:28:22 +0500
commita4a63ead6e00a645899bf87deea4ec94a66703f3 (patch)
tree5c202045614ba045a311fca80964fc17d5279a01 /CHANGELOG.md
parentf0a14ca83f6eb8946d6add25210194cf95df3110 (diff)
downloadazalea-drasl-a4a63ead6e00a645899bf87deea4ec94a66703f3.tar.xz
add BlockTrait::set_property
closes #140
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 27b349cb..99e30e83 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ is breaking anyways, semantic versioning is not followed.
- Re-implement `Client::map_component` and `map_get_component`.
- Add an `EntityRef` type to simplify interactions with entities.
- `AccountTrait` was implemented, which allows for custom refresh and join behavior for `Account`s.
+- Add `BlockTrait::set_property` to allow setting properties on blocks generically.
### Changed