summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2018-02-20 16:49:13 +0000
committerPatrick Steinhardt <ps@pks.im>2018-02-20 16:49:39 +0000
commit0f2396822670139f736b30d88f7cb89cdf593225 (patch)
tree94955917793b08598a5535bdc8bde48c079d6f1e
parentad006d8781331c8f3aee58a01b8c149bc29898e0 (diff)
downloadlibgit2-0f2396822670139f736b30d88f7cb89cdf593225.tar.gz
CHANGELOG: third batch of updates to the changelog for v0.27.0
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94b28b12f..535183f96 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