Python: Add change note

This commit is contained in:
Taus
2026-02-18 12:51:35 +00:00
parent cd62cdadff
commit 3d4785f29f

View File

@@ -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]`.