1* Magit v2.90.1 Release Notes
2** Changes since v2.90.0
3
4- Added ~bug-reference-mode~ to ~git-commit-setup-hook~.  e19e8fb1e
5
6- The "Version" column in ~magit-submodule-list-mode~ and
7  ~magit-repolist-mode~ buffers now shows when a repository is dirty.
8  0b86dbfd6
9
10- Added new command ~magit-log-merged~.  This command requires
11  ~git-when-merged~ (https://github.com/mhagger/git-when-merged).  It
12  isn't bound in ~magit-log-popup~ by default.  To add it, you can use
13  something like
14
15  #+BEGIN_SRC emacs-lisp
16    (magit-define-popup-action 'magit-log-popup
17      ?m "Log commit's merge" 'magit-log-merged)
18  #+END_SRC
19
20  #3657
21
22** Fixes since v2.90.0
23
24- Bumped the minimal required version of ~git-commit~ to the correct
25  version.  e9bd33758
26
27- Dropped the new "v" prefix that we started to add to release tags
28  starting with the previous release in places where that prefix is
29  undesirable.  f441cf6d7
30
31- Staging and unstaging submodules while ~diff.submodule~'s value is ~log~
32  broke shortly before the v2.90.0 release.  #3654
33
34* Authors
35
36    10  Jonas Bernoulli
37     1  Allen Li
38     1  Kevin Brubeck Unhammer
39     1  Kyle Meyer
40