Update CHANGELOG.md

This commit is contained in:
Eric Nielsen 2022-03-04 09:17:30 -05:00
parent 97133502fd
commit 8b8938f414
No known key found for this signature in database
GPG Key ID: 47D1DBFA0765A1FB
1 changed files with 6 additions and 4 deletions

View File

@ -13,10 +13,12 @@ _No unreleased changes._
### Added
- `check-dumpfile` action. It runs in the build, install and update actions, and checks if a
new completion configuration needs to be dumped. It's intended to be used with `compinit -C`,
so no checks are done during the shell startup.
- `--no-submodules` option to `zmodule`, which disables installing or updating git submodules.
- `check-dumpfile` action. It runs in the build, install and update actions, and
checks if a new completion configuration needs to be dumped. It's intended to
be used with `compinit -C`, so no checks are done during the shell startup.
(See [zimfw/completion#8](https://github.com/zimfw/completion/pull/8))
- `--no-submodules` option to `zmodule`, which disables installing or updating
git submodules.
## [1.7.0] - 2022-01-12