diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2025-11-30 21:04:12 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-30 21:04:12 -0600 |
| commit | 6c110f2731c3893af397cc6a660f374ff705c99b (patch) | |
| tree | d3441af29cf40b49d474fc04aa1f426ad4292fa0 /CHANGELOG.md | |
| parent | 6930966aabf9b49fb6a0dc8b61076fa3f1abc298 (diff) | |
| download | azalea-drasl-6c110f2731c3893af397cc6a660f374ff705c99b.tar.xz | |
Add `online-mode` Cargo feature (#281)
* Add `online-mode` cargo feature
* fix bad formatting in Cargo.toml
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ad88fbf5..a17fda99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ is breaking anyways, semantic versioning is not followed. - Add `Client::query_entity` and `try_query_entity` to complement `query_self`. - Add `Client::entity_interact` and `EntityInteractEvent` to interact with entities without checking that they're in the crosshair. - Implement initial support for mob effects, including jump boost, haste, conduit power, and mining fatigue. (@ShayBox) +- Allow disabling dependencies related to Microsoft auth with the `online-mode` cargo feature. ### Changed @@ -40,7 +41,6 @@ is breaking anyways, semantic versioning is not followed. - The WritableBookContent and ResolvableProfile data components had the wrong protocol implementations. - Resolving server addresses shouldn't be recursive. - ## [0.14.0+mc1.21.8] - 2025-09-28 ### Added |
