Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2023-03-22 15:57:09 +01:00
parent 7b3f710e91
commit 77f1539e71

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added modeling of SQL execution in the packages `sqlite3.dbapi2`, `cassandra-driver`, `aiosqlite`, and the functions `sqlite3.Connection.executescript`/`sqlite3.Cursor.executescript` and `asyncpg.connection.connect()`.