summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2017-10-30 06:29:02 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2017-10-30 06:29:02 +0100
commitba1afdc373b5aed7c7451d9cfd59117d71f94fd6 (patch)
tree611f884afa7204c44c66578871ece0baf1bdabb5
parent8ec806d7485219c4f495bc55dd80d2acae220b56 (diff)
downloadlibgit2-ba1afdc373b5aed7c7451d9cfd59117d71f94fd6.tar.gz
CHANGELOG: add note about config writing changes
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43724b5f3..b07a0a050 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ v0.26 + 1
* Improved `p_unlink` in `posix_w32.c` to try and make a file writable
before sleeping in the retry loop to prevent unnecessary calls to sleep.
+* Writing to a configuration file now preserves the case of the key given by the
+ caller for the case-insensitive portions of the key (existing sections are
+ used even if they don't match).
+
### API additions
* `git_remote_create_detached()` creates a remote that is not associated