From 244a58e5c797b051528123c354767dcff6220e56 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 20 Apr 2013 02:31:31 +0100 Subject: [PATCH] Mention Solaris round fix in NEWS file --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index ca013f1b..a12f8b4f 100644 --- a/NEWS +++ b/NEWS @@ -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 -------------------------