From 383b9c997c75d3107b003652cf8636b23bd64543 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Thu, 13 Mar 2025 11:45:10 +0000
Subject: [PATCH] Update NEWS

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 NEWS | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/NEWS b/NEWS
index 8ad20f1..9a32bb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 dbus Python Bindings 1.4.0 (UNRELEASED)
 =======================================
 
+Dependencies:
+
+* An upstream-supported Python version (currently 3.9 or later) is strongly
+  recommended, and a future version of dbus-python is likely to require
+  Python 3.9 or later.
+
 Enhancements:
 
 * Automatically set the NO_REPLY message flag in call_async if there
@@ -17,10 +23,15 @@ Fixes:
 * Don't require tomllib when generating dist tarball on Python ≥ 3.11
   (dbus-python#54, Timo Gurr)
 
+* Fix compilation with Python ≥ 3.13 in some situations
+  (dbus-python!28, Miro Hrončok)
+
 * Avoid using distutils in setup.py (Simon McVittie)
 
 * Fix a typo in example code (dbus-python!25, Robert Ancell)
 
+* Safer handling of weak references (Simon McVittie)
+
 * CI fixes (Simon McVittie)
 
 dbus Python Bindings 1.3.2 (2022-09-06)
-- 
GitLab