From 226856137eb071d7ea04d86ae4cd93337bcf2184 Mon Sep 17 00:00:00 2001 From: Victoria <112418493+veni-vidi-vici-dormivi@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:08:45 +0100 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Mathias Hauser --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa78c76..b950c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ## v0.3.0 - unreleased -- Change on_missing option "ignore" to "skip". ([#79](https://github.com/mathause/filefinder/pull/79)) +- Change `on_missing` option in the `priority_filter` from "ignore" to "skip". + ([#79](https://github.com/mathause/filefinder/pull/79)) - Allow passing scalar numbers to `find_paths` and `find_files` ([#58](https://github.com/mathause/filefinder/issues/58)). - Show duplicates for non-unique queries ([#73](https://github.com/mathause/filefinder/pull/73))