Preparing 2.0.2.

This commit is contained in:
Federico Di Gregorio 2006-06-11 05:14:33 +00:00
parent 07be5df881
commit f3ef32d0e8

11
NEWS
View File

@ -1,3 +1,14 @@
What's new in psycopg 2.0.2
---------------------------
* Fixed a bug in array typecasting that sometimes made psycopg forget about
the last element in the array.
* Fixed some minor buglets in string memory allocations.
* Builds again with compilers different from gcc (#warning about PostgreSQL
version is issued only if __GCC__ is defined.)
What's new in psycopg 2.0.1
---------------------------