diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ Core and Builtins Library ------- +- Issue #11110: Fix a potential decref of a NULL in sqlite3. + - Issue #8275: Fix passing of callback arguments with ctypes under Win64. Patch by Stan Mihai. |