From 41389d548f2f940af78b0c646587ad5daff83ffb Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 1 May 2026 13:04:49 +0100 Subject: [PATCH] docs: update unreleased changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31febe6..8d8af2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,12 @@ All notable changes to `discrawl` will be documented in this file. ### Fixes - Added OS keyring fallback for Discord bot-token resolution, keeping env as the first source and documenting the default keyring item. (#17) -- Documented and covered FTS query normalization so operator-like search terms stay parameterized and quoted before SQLite `MATCH`. Thanks @mvanhorn. +- Clarified and locked down FTS query normalization so operator-like search terms such as `AND`, `OR`, `NOT`, `NEAR`, and `*` stay parameterized and quoted before SQLite `MATCH`. Thanks @mvanhorn. + +### Maintenance + +- Tightened Go linting with additional golangci-lint checks for compiler directives, host/port formatting, predeclared identifiers, missing command contexts, and related code-quality regressions. +- Updated test subprocess helpers to use test-scoped contexts and cleaned up assertions so the stricter CI suite stays green. ## 0.6.2 - 2026-05-01