From 027bbaa72145c81b0d57b74bb9cf8fc9cb70db11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Thu, 12 Nov 2015 17:20:30 +0100 Subject: [PATCH] CHANGELOG: add note about custom user-agent --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dec40e49e..08a307932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ v0.23 + 1 * Symlinks are now followed when locking a file, which can be necessary when multiple worktrees share a base repository. +* You can now set your own user-agent to be sent for HTTP requests by + using the `GIT_OPT_SET_USER_AGENT` with `git_libgit2_opts()`. + ### API additions * `git_config_lock()` has been added, which allow for