diff options
-rw-r--r-- | docs/changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index e882875eb..b842e3191 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -43,6 +43,11 @@ This is a bugfix release with the following changes: - Fixes for several memory leaks. +- When fetching from an anonymous remote using a URL with authentication + information provided in the URL (eg `https://foo:bar@example.com/repo`), + we would erroneously include the literal URL in the FETCH_HEAD file. + We now remove that to match git's behavior. + v0.28.4 -------- |