From 689644228dafde2a1d90f4c543bb8ec8dbd90c44 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Thu, 13 Aug 2020 09:36:12 +0200 Subject: [PATCH] Update changelog --- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES b/CHANGES index 91c28eff..7f3ff285 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,17 @@ Change Log ========== +v0.17.0: 2020-08-13 +- Do not modify (clean up) search query to find more matches (4583efd) +- Remove special search handling for phone numbers (a570a85) +- Remove extra pruning from email, phone and postaddress subcommand (3f315f9, 1b9ce98, c704ce1) +- Add query syntax for search terms (#131) +- Add newline at the end of "show --format=pretty" (#256) +- Add -H to select header from which add-email should read (#258) +- Expand environment variables in paths in the config file (#269) +- Deprecate --strict-search (the new query syntax can be used instead) + + v0.16.0: 2020-04-04 - Require python >= 3.6 - Require either default_action or a subcommand