summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-05-14 08:26:02 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2015-05-14 08:26:02 +0200
commit98270f56d102749cbd2b81cdd2405033336cb705 (patch)
treedfff9fc351b1441085926d18a47f0b48feaa1881
parent16d742ebdb91492b784555cb528408531995634c (diff)
downloadlibgit2-98270f56d102749cbd2b81cdd2405033336cb705.tar.gz
Add CHANGELOG entry for index entry changes
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80d7b41f1..69f02bba8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
------