Mention Solaris round fix in NEWS file

This commit is contained in:
Daniele Varrazzo 2013-04-20 02:31:31 +01:00
parent 0973d02b4b
commit 75947a6fef

2
NEWS
View File

@ -2,6 +2,8 @@ What's new in psycopg 2.4.7
---------------------------
- Properly cleanup memory of broken connections (ticket #142).
- Fixed build on Solaris 10 and 11 where the round() function is already
declared (:ticket:`#146`).
- Fixed bad interaction of setup.py with other dependencies in
Distribute project on Python 3 (ticket #153).