From 2783ae907cd08292560e78dd8ed98a75573f3a0f Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Wed, 29 Jan 2025 09:19:03 -0500 Subject: [PATCH] fix NEWS entry Relocate deprecation notice to upcoming 1.30.0 release. --- NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index eae7a02e648..a6c75915f03 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,13 @@ -libmongoc 1.29.2 -================ +libmongoc 1.30.0 (Unreleased) +============================= Deprecated: * Support for Debian 9 and Debian 10. +libmongoc 1.29.2 +================ + Fixes: * Rename `set_error` function to avoid symbol conflicts. * Fix Windows ARM 64 build.