diff --git a/go/ql/lib/change-notes/2026-06-30-model-log-slog.md b/go/ql/lib/change-notes/2026-06-30-model-log-slog.md new file mode 100644 index 00000000000..836678f1ac9 --- /dev/null +++ b/go/ql/lib/change-notes/2026-06-30-model-log-slog.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- + * Improved models for the `log/slog` package (Go 1.21+), including `*slog.Logger` methods, `With`/`WithGroup`, and `Attr`/`Value` helpers, improving coverage for the `go/log-injection` and `go/clear-text-logging` queries.