From 2d07f76209e9418e99cf3dc34ac9b48645de1c14 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Wed, 31 Dec 2025 03:33:22 +0000 Subject: [PATCH] doc: Update CHANGES.rst for 2.0.0 --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 1b667fc..8b70598 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,11 @@ Changes ======= +Version 2.0.0 -- 2025/12/30 +--------------------------- +* Drop suport for Python 2 +* Fix `test_trash_topdir` failing on macOS by @denini08 in https://github.com/arsenetar/send2trash/pull/100 +* Update source installation instructions by @gunSlaveUnit in https://github.com/arsenetar/send2trash/pull/102 +* Update gio implemenation, should fix #5 by no longer using deprecated GObject.GError Version 1.8.3 -- 2024/04/06 ---------------------------