From 86f7d62cb101d59df2d788888c90b3a463418860 Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Sat, 20 Jul 2024 20:54:31 +0200 Subject: [PATCH] NEWS. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f3a04d74b..ac715f4a0 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ - Fix CMake documentation install. (#848) - Bump gcc/clang/postgres minimum version requirements. - Another fix to the readthedocs documentation build. (#845) - - Remove obsolete CMake workaround kludge. (#851, #866) + - Remove obsolete CMake workaround kludges. (#851, #866, #867) - Remove obscure deprecated `stream_to` constructor that never worked. (#853) - Support reading a field as an SQL array using `as_sql_array()`. (#841) - Make row iterator a _proper_ `random_access_iterator`. (#846)