Commit 31c7829954c376b419f5ab318c4a00628a0002d3

Simon Byrne 2017-01-03T10:11:52

mention field addition in breaking API changes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8544ac4..69ebd3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -150,7 +150,8 @@ v0.25
   If this is `NULL`, then it will not be called and the `exists` function
   will be used instead.
 
-* `git_remote_connect()` now accepts proxy options.
+* `git_remote_connect()` now accepts `git_proxy_options` argument, and
+  `git_fetch_options` and `git_push_options` each have a `proxy_opts` field.
 
 v0.24
 -------