summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-01-25 09:43:20 +0000
committerGitHub <noreply@github.com>2019-01-25 09:43:20 +0000
commit826d9a4de88b4b31b21b7fd7fde934b318b24341 (patch)
tree68beeff07f0e76d7f04d1aa210820c58ce0914c4 /docs
parent859d92292e008a4d04d68fb6dc20a1dfa68e4874 (diff)
parent0bf7e0433dc0a5a71b4ed6575b84c552825e82fd (diff)
downloadlibgit2-826d9a4de88b4b31b21b7fd7fde934b318b24341.tar.gz
Merge pull request #4858 from tiennou/fix/index-ext-read
index: preserve extension parsing errors
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index f97f04842..bc139cd65 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -71,6 +71,9 @@ v0.27 + 1
* Revision walks are now more efficient when the output is unsorted;
we now avoid walking all the way to the beginning of history unnecessarily.
+* Error-handling around index extension loading has been fixed. We were
+ previously always misreporting a truncated index (#4858).
+
### API additions
* The index may now be iterated atomically using `git_index_iterator`.