From 8b8938f4146bbbf992951de6c0da18bdad0cbc69 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Fri, 4 Mar 2022 09:17:30 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e725d9e..832fb2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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