summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-12-27 11:56:00 +0000
committerCarlos Martín Nieto <cmn@dwim.me>2014-12-27 11:56:00 +0000
commitaad27e6ef650904843dc4bd9308db97899e700e2 (patch)
tree41da2c5feafed5d7dd6ef18e6c2ff28f004fe796
parent5692dcf181d26069d68d460fc9179c8c96fa3795 (diff)
downloadlibgit2-aad27e6ef650904843dc4bd9308db97899e700e2.tar.gz
Add a few missing CHANGELOG entries
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ea961879..f9cbd84c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -148,3 +148,15 @@ v0.21 + 1
* git_checkout now handles case-changing renames correctly on
case-insensitive filesystems; for example renaming "readme" to "README".
+
+* git_index_name_entrycount() and git_index_reuc_entrycount() now
+ return size_t instead of unsigned int.
+
+* The search for libssh2 is now done via pkg-config instead of a
+ custom search of a few directories.
+
+* Add support for core.protectHFS and core.protectNTFS. Add more
+ validation for filenames which we write such as references.
+
+* The local transport now generates textual progress output like
+ git-upload-pack does ("counting objects").