diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2013-04-20 02:31:31 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2013-04-21 18:37:19 +0100 |
commit | fdc5dc750c7003da226132195dcfa832bc16a512 (patch) | |
tree | a2dc3d460f18a58de365244d1b70d41dd2744b84 | |
parent | e335eb98ce58e9b474c96972ff4e777ceba006c2 (diff) | |
download | psycopg2-fdc5dc750c7003da226132195dcfa832bc16a512.tar.gz |
Mention Solaris round fix in NEWS file
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +What's new in psycopg 2.5.1 +--------------------------- + +- Fixed build on Solaris 10 and 11 where the round() function is already + declared (:ticket:`#146`). + + What's new in psycopg 2.5 ------------------------- |