Commit ba1afdc373b5aed7c7451d9cfd59117d71f94fd6

Carlos Martín Nieto 2017-10-30T06:29:02

CHANGELOG: add note about config writing changes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43724b5..b07a0a0 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