Commit d4d26e8d679639ca324812717c3997d0fa6ce096

Josh Bleecher Snyder 2020-02-07T09:57:52

changelog: note new error class GIT_ERROR_HTTP Updates #5389

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/docs/changelog.md b/docs/changelog.md
index c751649..72973b3 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