aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/magit/docs/RelNotes/2.4.1.txt
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/lisp/magit/docs/RelNotes/2.4.1.txt')
-rw-r--r--.config/emacs/lisp/magit/docs/RelNotes/2.4.1.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/.config/emacs/lisp/magit/docs/RelNotes/2.4.1.txt b/.config/emacs/lisp/magit/docs/RelNotes/2.4.1.txt
new file mode 100644
index 0000000..872a6df
--- /dev/null
+++ b/.config/emacs/lisp/magit/docs/RelNotes/2.4.1.txt
@@ -0,0 +1,31 @@
+Magit v2.4.1 Release Notes
+==========================
+
+Updates since v2.4.0
+--------------------
+
+* Added new utility functions `magit-rev-abbrev', `magit-ref-p', and
+ `magit-tag-p'.
+
+Fixes since v2.4.0
+------------------
+
+* When determining the emacsclient executable most suitable for the
+ current emacs instance, With-Editor ignored any executable that is
+ actually named "emacsclient-snapshot".
+
+* When determining the most suitable git executable, an error occurred
+ if "Git for Windows 1.x" is used and an cygpath executable is
+ available.
+
+* An error occurred when refreshing the status buffer when there is a
+ new, staged but not yet committed, submodule.
+
+This release also contains typofixes.
+
+Authors
+-------
+
+ 9 Jonas Bernoulli
+ 4 Kyle Meyer
+ 1 Noam Postavsky