aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2025-12-11 21:00:37 -0600
committerGitHub <noreply@github.com>2025-12-11 21:00:37 -0600
commitff1e28f88e93ba83cf76569b5613445b841efd45 (patch)
tree2dc6a20bbd0fa3d038fe0e655d1cf96f0e3bb838 /CHANGELOG.md
parent9bfb1705afb8a48ceace712bc4ee8c0b4d507f49 (diff)
downloadazalea-drasl-ff1e28f88e93ba83cf76569b5613445b841efd45.tar.xz
Run handler function in a Tokio LocalSet (#295)
* Run handler function in a Tokio LocalSet * remove tokio flavor=current_thread from examples * update changelog
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 a5a6c323..6953a9c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@ is breaking anyways, semantic versioning is not followed.
- Rename `ResourceLocation` to `Identifier` to match Minecraft's new internal naming.
- Rename `azalea_protocol::resolver` to `resolve` and `ResolverError` to `ResolveError`.
- Refactor `RegistryHolder` to pre-deserialize some registries.
+- The handler function is now automatically single-threaded, making `#[tokio::main(flavor = "current_thread")]` unnecessary.
### Fixed