diff options
author | 2025-05-27 18:53:29 +0200 | |
---|---|---|
committer | 2025-05-27 18:53:29 +0200 | |
commit | a47d8e5bce303e0166d0dfcc86fbe55c8a6c6bb0 (patch) | |
tree | cbc36cc46332657afd9f874d309eb7f4951b1bdf /CHANGELOG.md | |
parent | e14a8dbddbab589b6255660e7abfd900482a7a96 (diff) | |
download | zuwu-a47d8e5bce303e0166d0dfcc86fbe55c8a6c6bb0.tar.gz zuwu-a47d8e5bce303e0166d0dfcc86fbe55c8a6c6bb0.tar.bz2 zuwu-a47d8e5bce303e0166d0dfcc86fbe55c8a6c6bb0.tar.lz zuwu-a47d8e5bce303e0166d0dfcc86fbe55c8a6c6bb0.zip |
fix: forgot 0.3.2 changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c680b..327e9c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ Items here can change in various ways, and changes introduced here should not be <!-- 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 --> +## v0.3.2 [`9ba27b1`](https://git.estrogen.zone/zuwu.git/commit/?id=9ba27b11f4f558729cb5e4bf97f4360ba73df852) + ### Features - Add config item (`SKIP_ZGEN_LOAD`, will apply if set to _any_ non-empty value, including `false`) to skip the zgen load checks, if desired ([`07da97d`](https://git.estrogen.zone/zuwu.git/commit/?id=07da97d29382542ea0fae08fcc4716b9198d04c7)) @@ -36,6 +38,7 @@ Items here can change in various ways, and changes introduced here should not be - Give `SAVEHIST` the same treatment as `HISTFILE` for initialization of `.zshrc` section ([`c9a27c6`](https://git.estrogen.zone/zuwu.git/commit/?id=c9a27c6a5a29077525db86b955d04ab21bf18f59)) - Also applies if it's zero now; if you really want a nonexistent history, set `AVOID_SETTING_HIST_INFO=true` in your config ([`69ff5cc`](https://git.estrogen.zone/zuwu.git/commit/?id=69ff5cc5b609666ed34113dd7fea0325013f207a)) - Debian Support for the syntax-highlighting package ([`64e26b1`](https://git.estrogen.zone/zuwu.git/commit/?id=64e26b1803426801d481d37a22ea7ab107e3f911)) +- Don't infinitely grow zshrc if compinit is defined after us ([`9ba27b1`](https://git.estrogen.zone/zuwu.git/commit/?id=9ba27b11f4f558729cb5e4bf97f4360ba73df852)) ## v0.3.1 [`1221d0f`](https://git.estrogen.zone/zuwu.git/commit/?id=1221d0f52243ceb94b024ac64f3f36da1ec66b9f) |