summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-06-22 14:20:13 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2015-06-22 16:11:58 +0200
commitbb4896f22c9199e88b25a47ee4389a7e778d9d7f (patch)
tree53cf6ab4d1d078b308f16ffde1cff18b965d799d
parent6e611f7c3c8dc5ffd9ac7ea249d2913cd4f0971c (diff)
downloadlibgit2-cmn/racy-diff-again.tar.gz
Add a note about racy-git in CHANGELOGcmn/racy-diff-again
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8e3e18ac..3250973f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -69,6 +69,9 @@ support for HTTPS connections insead of OpenSSL.
and `git_diff_buffers` now accept a new binary callback of type
`git_diff_binary_cb` that includes the binary diff information.
+* The race condition mitigations described in `racy-git.txt` have been
+ implemented.
+
### API additions
* The `git_merge_options` gained a `file_flags` member.