diff options
author | 2025-05-27 18:51:03 +0200 | |
---|---|---|
committer | 2025-05-27 18:51:03 +0200 | |
commit | e14a8dbddbab589b6255660e7abfd900482a7a96 (patch) | |
tree | 52f7689ea0de44bbeff4365935cf54471a218eb6 /CHANGELOG.md | |
parent | 50eb12378c164235026dbd6745adce5bcbab00c6 (diff) | |
download | zuwu-e14a8dbddbab589b6255660e7abfd900482a7a96.tar.gz zuwu-e14a8dbddbab589b6255660e7abfd900482a7a96.tar.bz2 zuwu-e14a8dbddbab589b6255660e7abfd900482a7a96.tar.lz zuwu-e14a8dbddbab589b6255660e7abfd900482a7a96.zip |
fix: rename reloadopt to _zuwu_reloadopt. Mention lack of guarantees
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 936cd48..59c680b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,13 @@ The changes below are not available in a stable release yet, and are only availa Items here can change in various ways, and changes introduced here should not be considered _stable_. -<!-- As of right now, there are no pending changes that aren't slated for a stable release. --> +### Breaking Changes + +- Removed starship loader - see commit for instructions on getting back old behaviour ([`759d8da`](https://git.estrogen.zone/zuwu.git/commit/?id=759d8da79ee95780d8123666fdb59b6589335df2)) + +### Fixes + +- Don't check for completion installation in hyperfast mode - if in hyperfast mode, use the `zuwu_compinstall` command after startup to replicate non-hyperfast behaviour ([`50eb123`](https://git.estrogen.zone/zuwu.git/commit/?id=50eb12378c164235026dbd6745adce5bcbab00c6)) <!-- Use [`current-commit`](https://git.estrogen.zone/zuwu.git/commit/?h=vx.y.z) in tagged commit for the commit ID of the next commit --> |