From d4d26e8d679639ca324812717c3997d0fa6ce096 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Fri, 7 Feb 2020 09:57:52 -0800 Subject: changelog: note new error class GIT_ERROR_HTTP Updates #5389 --- docs/changelog.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 -- cgit v1.2.1