mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-06-30 17:53:06 +03:00
Mention the static analysis cleanup in the news
This commit is contained in:
parent
8707d8c399
commit
2c309dfdb4
4
NEWS
4
NEWS
|
@ -9,6 +9,10 @@ What's new in psycopg 2.4.5
|
||||||
interaction (ticket #90).
|
interaction (ticket #90).
|
||||||
- Better efficiency and formatting of timezone offset objects thanks
|
- Better efficiency and formatting of timezone offset objects thanks
|
||||||
to Menno Smits (tickets #94, #95).
|
to Menno Smits (tickets #94, #95).
|
||||||
|
- Codebase cleaned up using the GCC Python plugin's static analysis
|
||||||
|
tool, which has revealed several unchecked return values, possible
|
||||||
|
NULL dereferences, reference counting problems. Many thanks to David
|
||||||
|
Malcolm for the useful tool and the assistance provided using it.
|
||||||
|
|
||||||
|
|
||||||
What's new in psycopg 2.4.4
|
What's new in psycopg 2.4.4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user