Commit 98270f56 by Carlos Martín Nieto

Add CHANGELOG entry for index entry changes

parent 16d742eb
......@@ -186,6 +186,11 @@ support for HTTPS connections insead of OpenSSL.
* The `push` function in the `git_transport` interface now takes a
pointer to the remote callbacks.
* The `git_index_entry` struct's fields' types have been changed to
more accurately reflect what is in fact stored in the
index. Specifically, time and file size are 32 bits intead of 64, as
these values are truncated.
v0.22
------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment