CHANGELOG: Add info about changes in query tool

This commit is contained in:
Franciszek Stachura 2025-03-05 15:52:05 +01:00 committed by Théo Lebrun
parent 0dcf9d4197
commit 6f03eee42c

View file

@ -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. We also recommend using Python virtual environments to manage dependencies.
Check "Manual Installation" section of README for details. 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.