summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-02-18 19:36:29 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2020-02-18 19:36:29 +0000
commit75ed0f4b3689fdd959d5977f5244856ff27dd3f1 (patch)
tree7220e9d30eeb6904c6f2cffbff8167d9c0f51628
parent2827c8a38917d9fe95d22d301c7118ae3113a665 (diff)
downloadlibgit2-ethomson/0_99.tar.gz
v0.99: really, truly the last of the changesethomson/0_99
-rw-r--r--docs/changelog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index f3998ed84..6dbdf55d1 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -9,6 +9,11 @@ with v0.28.0.
### Changes or improvements
+* 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.
+
* Some credential structures, enums and values have been renamed:
`git_cred` is now `git_credential`. `git_credtype_t` is now
`git_credential_t`. Functions and types beginning with