summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-07-05 15:51:01 -0400
committerGitHub <noreply@github.com>2016-07-05 15:51:01 -0400
commitc18a2bc4e013c07c497e9811f1d796852773d348 (patch)
treea991aedcf10c6e58c01c3206cb2371fcefca0365 /CHANGELOG.md
parentb57c176aa94275e539b6673a3fef0bdfaa227e00 (diff)
parentf1dba144810b190bc7c621a346f537e1f646b75a (diff)
downloadlibgit2-c18a2bc4e013c07c497e9811f1d796852773d348.tar.gz
Merge pull request #3851 from txdv/get-user-agent
Add get user agent functionality.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44d868e7e..32925d485 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,10 @@ v0.24 + 1
### API additions
+* You can now get the user-agent used by libgit2 using the
+ `GIT_OPT_GET_USER_AGENT` option with `git_libgit2_opts()`.
+ It is the counterpart to `GIT_OPT_SET_USER_AGENT`.
+
* `git_commit_create_buffer()` creates a commit and writes it into a
user-provided buffer instead of writing it into the object db.