branch: elpa/magit
commit b382fd68722d0a5069b1367c1a807fcc05da62d4
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Update changelog
---
CHANGELOG | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index d79074b1bac..901caff0d7b 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