summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Howard <carsonh@axosoft.com>2017-07-18 14:55:56 -0700
committerEdward Thomson <ethomson@edwardthomson.com>2017-07-26 10:40:31 +0100
commit192a87e1fe68099beceaa2c8674a7a2e6587f2e7 (patch)
tree5927355df272851e7c9bb9ebc7dbef16bea9ca82
parent1bcdaba2bc87d12cf7666ee1b2c238ccc92024f2 (diff)
downloadlibgit2-192a87e1fe68099beceaa2c8674a7a2e6587f2e7.tar.gz
Updated changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24ecba426..8b2eba377 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@ v0.26 + 1
### Changes or improvements
+* 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.
+
### API additions
### API removals