From 3d4785f29f9794c5e8610daf448092de3bcd861d Mon Sep 17 00:00:00 2001 From: Taus Date: Wed, 18 Feb 2026 12:51:35 +0000 Subject: [PATCH] Python: Add change note --- .../lib/change-notes/2026-02-18-add-overlay-annotations.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/ql/lib/change-notes/2026-02-18-add-overlay-annotations.md diff --git a/python/ql/lib/change-notes/2026-02-18-add-overlay-annotations.md b/python/ql/lib/change-notes/2026-02-18-add-overlay-annotations.md new file mode 100644 index 00000000000..5e9ceb0d753 --- /dev/null +++ b/python/ql/lib/change-notes/2026-02-18-add-overlay-annotations.md @@ -0,0 +1,5 @@ +--- +category: majorAnalysis +--- + +- The CodeQL Python libraries have been updated to be compatible with overlay evaluation. This should result in a significant speedup on analyses for which a base database already exists. Note that it may be necessary to add `overlay[local?] module;` to user-managed libraries that extend classes that are now marked as `overlay[local]`.