diff options
author | 2025-01-22 18:43:36 +0100 | |
---|---|---|
committer | 2025-01-22 18:43:36 +0100 | |
commit | 9d97d456cffd0db4ea7074cdda803cb10debe18a (patch) | |
tree | 564c26b03e2eba178661bf64cec8bd234596b0a4 /CHANGELOG.md | |
parent | 2177c3a6fc6ae8a167e6c1b164ab0022595c38d9 (diff) | |
download | zuwu-9d97d456cffd0db4ea7074cdda803cb10debe18a.tar.gz zuwu-9d97d456cffd0db4ea7074cdda803cb10debe18a.tar.bz2 zuwu-9d97d456cffd0db4ea7074cdda803cb10debe18a.tar.lz zuwu-9d97d456cffd0db4ea7074cdda803cb10debe18a.zip |
chore(changelog): WIP Changelog for upcoming release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 309afa8..fdea649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ This is a provisionary changelog for until someone develops a less-hellish [changesets](https://github.com/changesets/changesets) replacement +## pending release + +### Misc + +- Add comment describing loading priority of paths ([`04155f5`](https://git.estrogen.zone/zuwu.git/commit/?id=04155f5d1afb2313c57daf98109e20bb6f3e22c9)) +- Make setup.zsh `set -e`'d ([`2177c3a`](https://git.estrogen.zone/zuwu.git/commit/?id=2177c3a6fc6ae8a167e6c1b164ab0022595c38d9)) + +### Fixes + +- Use `XDG_{CONFIG,DATA}_HOME` instead of `$HOME/{.config,.local/share}` ([`1c202b4`](https://git.estrogen.zone/zuwu.git/commit/?id=1c202b4bb8bc8e1e9a951c3b85101c5c59821896)) + ## v0.2.0 ### Features |