From 6f03eee42c25d8dc3b652bbbdef49db438ccf0ff Mon Sep 17 00:00:00 2001 From: Franciszek Stachura Date: Wed, 5 Mar 2025 15:52:05 +0100 Subject: [PATCH] CHANGELOG: Add info about changes in query tool --- CHANGELOG.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 623c9db..f14e8f6 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -12,3 +12,8 @@ Some HTTP servers may not support WSGI natively and may require a separate WSGI We also recommend using Python virtual environments to manage dependencies. Check "Manual Installation" section of README for details. +== 2025-03 - Query refactor + +The query tool was extracted to utils/query.py. Example call: `python3 -m utils.query file v6.8 /README'. +Version and cmd (file/ident) parameters changed order, to allow for commands that do not take version as a parameter. +