summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-01-17 20:13:25 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2019-01-17 20:14:46 +0000
commit6a0e94572b2baa37e334bd575f83d1e02aa52275 (patch)
treea6bcf619eada36173dbba4eb309afdf7bb1add3f
parent35be7f1f28793903b529c79d599deaf4b28a3b74 (diff)
downloadlibgit2-ethomson/changelog.tar.gz
changelog: document git_merge_analysis_for_refethomson/changelog
-rw-r--r--docs/changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 8c95653b1..d4fc41333 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