Add a note about racy-git in CHANGELOG

This commit is contained in:
Carlos Martín Nieto 2015-06-22 14:20:13 +02:00
parent 6e611f7c3c
commit bb4896f22c

View File

@ -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.