From 8282c7e3e79258482e870a647a042feef4661d9b Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Mon, 7 Feb 2022 12:46:30 -0800 Subject: [PATCH] CHANGES: start advertising the next major version Signed-off-by: David Aguilar --- CHANGES.rst | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a5d03ef9..bb33953b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,19 @@ .. _v3.13.0: -v3.13.0 -======= +v4.0.0 +====== + +Breaking Changes +---------------- + +* The build system is now Python3-only. While Git Cola still technically runs under + Python2, it is no longer officially supported and may stop working in a future + release. + (`#1201 `_) + +* The default `#!/usr/bin/env python` lines in the `git-cola` and `git-dag` wrapper + scripts have been updated to use `python3`. + (`#1204 `_) Usability, bells and whistles ----------------------------- @@ -16,6 +28,11 @@ Fixes * Documentation typofixes. (`#1193 `_) +* Git Cola was revamped to use Qt signals and slots for all of its notifications. + This made its notification system more robust. + (`#1202 `_) + (`#1203 `_) + .. _v3.12.0: -- 2.11.4.GIT