diff options
author | Josh Bleecher Snyder <josharian@gmail.com> | 2020-02-07 09:57:52 -0800 |
---|---|---|
committer | Josh Bleecher Snyder <josharian@gmail.com> | 2020-02-07 09:57:52 -0800 |
commit | d4d26e8d679639ca324812717c3997d0fa6ce096 (patch) | |
tree | c3e17c5790e3728d26ace5503e7f701af823d661 /docs | |
parent | b8aedc84ca8023fac781097fc5fdaabf43def825 (diff) | |
download | libgit2-d4d26e8d679639ca324812717c3997d0fa6ce096.tar.gz |
changelog: note new error class GIT_ERROR_HTTP
Updates #5389
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index c75164901..72973b3af 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -66,6 +66,8 @@ v0.28 + 1 The breaking change is that the `username` member of the underlying struct is now hidden, and a new `git_cred_get_username` function has been provided. +* Some errors of class `GIT_ERROR_NET` now have class `GIT_ERROR_HTTP`. + ### Breaking CMake configuration changes * The CMake option to use a system http-parser library, instead of the |