Commit 0f2396822670139f736b30d88f7cb89cdf593225

Patrick Steinhardt 2018-02-20T16:49:13

CHANGELOG: third batch of updates to the changelog for v0.27.0

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94b28b1..535183f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -54,6 +54,12 @@ v0.26 + 1
 
 * Fix files not being treated as modified when only the file mode has changed.
 
+* We now explicitly reject adding submodules to the index via
+  `git_index_add_frombuffer`.
+
+* Fix handling of `GIT_DIFF_FIND_RENAMES_FROM_REWRITES` raising `SIGABRT` when
+  one file has been deleted and another file has been rewritten.
+
 * Fix for WinHTTP not properly handling NTLM and Negotiate challenges.
 
 * When using SSH-based transports, we now repeatedly ask for the passphrase to