aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.91.0.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2018-11-16 15:07:00 +0100
committerJonas Bernoulli <jonas@bernoul.li>2018-11-16 15:07:00 +0100
commit791901b2f1d26fa0a383147fe77948a9abc753da (patch)
treeab05a7801fbe6bb9e09e584f16968cec92c0d3cd /Documentation/RelNotes/2.91.0.org
parenta0512b8027e6101a976a510e34f24e69d526b38e (diff)
Release version 2.90.1v2.90.1
Diffstat (limited to 'Documentation/RelNotes/2.91.0.org')
-rw-r--r--Documentation/RelNotes/2.91.0.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.91.0.org b/Documentation/RelNotes/2.91.0.org
index 3b143d5..ce45589 100644
--- a/Documentation/RelNotes/2.91.0.org
+++ b/Documentation/RelNotes/2.91.0.org
@@ -2,8 +2,11 @@
** Breaking changes
** Changes since v2.90.0
+- Added ~bug-reference-mode~ to ~git-commit-setup-hook~. e19e8fb1e
+
- The "Version" column in ~magit-submodule-list-mode~ and
~magit-repolist-mode~ buffers now shows when a repository is dirty.
+ 0b86dbfd6
- Added new command ~magit-log-merged~. This command requires
~git-when-merged~ (https://github.com/mhagger/git-when-merged). It
@@ -15,7 +18,16 @@
?m "Log commit's merge" 'magit-log-merged)
#+END_SRC
+ #3657
+
** Fixes since v2.90.0
+- Bumped the minimal required version of ~git-commit~ to the correct
+ version. e9bd33758
+
+- Dropped the new "v" prefix that we started to add to release tags
+ starting with the previous release in places where that prefix is
+ undesirable. f441cf6d7
+
- Staging and unstaging submodules while ~diff.submodule~'s value is ~log~
broke shortly before the v2.90.0 release. #3654