From 493fc23be2bbae38ea6e785b8334d9b02b4d43e2 Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Fri, 1 Mar 2019 20:57:40 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 624f09fd2..b0af20221 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ 6.3.3 - Throw more appropriate error when unable to read client encoding. + - CMake build fixes. 6.3.2 - Conversion errors no longer throw pqxx::failure; always conversion_error! - Use C++17's built-in numeric string conversions, if available.