diff --git a/crates/kak/CHANGELOG.md b/crates/kak/CHANGELOG.md index c22bdc1..7ae5d7e 100644 --- a/crates/kak/CHANGELOG.md +++ b/crates/kak/CHANGELOG.md @@ -1,3 +1,12 @@ +# 3.0.0 (2025-01-06) + +This release allows to skip entire tokens while processing text files. + +See [skyspell_core](https://github.com/your-tools/skyspell/blob/main/crates/core/CHANGELOG.md#new-feature-skipping-entire-tokens) for details. + +Also, you must press 'g' instead of 'a' when using the interactive checker to add a word to the global +ignore list. + # 2.0.1 (2024-10-20) Fix crate metadata