diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2019-01-17 20:12:04 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2019-01-17 20:14:46 +0000 |
commit | a6e5d46bb1e302fb769179a398610bc18b65b3c6 (patch) | |
tree | e044d77e1d7e3dbfe8541082cd27c8aeaecc6ab2 /docs | |
parent | 1bb03f7ac17b2b498d21baedeead4be34be8c9a6 (diff) | |
download | libgit2-a6e5d46bb1e302fb769179a398610bc18b65b3c6.tar.gz |
fixup! changelog: document changes since 0.27
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 3310d3c50..ee896e16e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -35,7 +35,7 @@ v0.27 + 1 limit the maximum memory used when fetching from an untrusted remote. * Line numbers in diffs loaded from patch files were not being populated; - they are now included in the results.. + they are now included in the results. * The repository's index is reloaded from disk at the beginning of `git_merge` operations to ensure that it is up-to-date. |