Commit 027bbaa72145c81b0d57b74bb9cf8fc9cb70db11

Carlos Martín Nieto 2015-11-12T17:20:30

CHANGELOG: add note about custom user-agent

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dec40e4..08a3079 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