Commit 6a0e94572b2baa37e334bd575f83d1e02aa52275

Edward Thomson 2019-01-17T20:13:25

changelog: document git_merge_analysis_for_ref

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/docs/changelog.md b/docs/changelog.md
index 8c95653..d4fc413 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -104,6 +104,9 @@ v0.27 + 1
 * The `ref` field has been added to `git_worktree_add_options` to enable
   the creation of a worktree from a pre-existing branch.
 
+* It's now possible to analyze merge relationships between any two
+  references, not just against `HEAD`, using `git_merge_analysis_for_ref`.
+
 ### API removals
 
 ### Breaking API changes