Commit db39807c8957d88593632f75f8e5e8661a646ee5

Edward Thomson 2018-01-21T11:22:12

CHANGELOG: include merge_file conflict marker size

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3054681..ee516a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,12 @@ v0.26 + 1
 
 ### Breaking API changes
 
+* The `git_merge_file_options` structure now contains a new setting,
+  `marker_size`.  This allows users to set the size of markers that
+  delineate the sides of merged files in the output conflict file.
+  By default this is 7 (`GIT_MERGE_CONFLICT_MARKER_SIZE`), which
+  produces output markers like `<<<<<<<` and `>>>>>>>`.
+
 v0.26
 -----