diff options
author | 2025-01-22 22:19:46 +0100 | |
---|---|---|
committer | 2025-01-22 22:19:46 +0100 | |
commit | a1afe603a056e25966ea072b031c7b837c900f6f (patch) | |
tree | 32e9c5c8196eccd47c4b116c91c6419c53498db4 | |
parent | 771e61faabd0b8fcb7059fe8b9ec4e7ac9a1f486 (diff) | |
download | zuwu-a1afe603a056e25966ea072b031c7b837c900f6f.tar.gz zuwu-a1afe603a056e25966ea072b031c7b837c900f6f.tar.bz2 zuwu-a1afe603a056e25966ea072b031c7b837c900f6f.tar.lz zuwu-a1afe603a056e25966ea072b031c7b837c900f6f.zip |
feat: add migration instructions for 22664eccc8ac4738f4a88ecedfe916a50413c79b
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba50da..6789c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Items here can change in various ways, and changes introduced here should not be ### Fixes - For new installs, set `_approximate` in autocorrect handlers, instead of `_correct` ([`22664ec`](https://git.estrogen.zone/zuwu.git/commit/?id=22664eccc8ac4738f4a88ecedfe916a50413c79b)) + - If you want this behaviour on existing installations, simply run `sed -i s/_correct/_approximate/ ~/.zshrc` and reload your `.zshrc` ## v0.2.1 [`fddadc4`](https://git.estrogen.zone/zuwu.git/commit/?id=fddadc4c0e678903a340058e561d37f3773e36d6) |