summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-01-10 23:49:24 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2019-01-17 20:14:46 +0000
commit35be7f1f28793903b529c79d599deaf4b28a3b74 (patch)
treee437a1e901be6812db1a5cd79860dba520df8b6f /docs
parent85feb28a1bfcbcaae9508b222f6e2c5f140f7921 (diff)
downloadlibgit2-35be7f1f28793903b529c79d599deaf4b28a3b74.tar.gz
changelog: document openssl fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index d7d21f64e..8c95653b1 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -5,6 +5,8 @@ v0.27 + 1
* Reference log creation now honors `core.logallrefupdates=always`.
+* Fix some issues with the error-reporting in the OpenSSL backend.
+
* HTTP proxy support is now builtin; libcurl is no longer used to support
proxies and is removed as a dependency.