aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-05-13 16:35:35 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-05-13 16:35:35 +0200
commitb382fd68722d0a5069b1367c1a807fcc05da62d4 (patch)
treec110d95f21e276b041cd9d768fb3bce65f6bfc00
parent084f749a7e090d2cdb67d68bc6f3d4be7a7f1587 (diff)
Update changelog
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d79074b..901caff 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,11 +1,23 @@
# -*- mode: org -*-
* v4.3.4 UNRELEASED
+- Arguments, that are normally set by cycling through the possible
+ values displayed in the menu, can now also be set using completion,
+ by using a prefix argument. #5362
+
Bugfixes:
+- Matching references were no longer displayed on the first line of
+ revision buffers. 48b158500d
+
- Fixed a v4.3.3 regression in inserting rebase actions into the
status buffer when ~--rebase-merges~ is specified. #5365
+- On the "Untracked files" section, ~k~ no longer worked as intended.
+ #5366
+
+Also contains code and documentation cleanups and improvements.
+
* v4.3.3 2025-05-01
- ~magit-section-show-level~ now acts on all selected sections. #5354