release-notes: use CHANGELOG.md

Add a file CHANGELOG.md in the root Subsurface directory
and track this file with the `-text merge=union` attribute.

This prevents merge conflicts if release notes are added
on top of the file by different commits.

Also, make ReleaseNotes/ReleaseNotes.txt point to that file.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2017-11-28 23:16:18 +02:00 committed by Dirk Hohndel
parent d031fbf2ea
commit 6437a2e18e
4 changed files with 23 additions and 25 deletions

1
.gitattributes vendored
View file

@ -5,3 +5,4 @@ theme/jqplot.canvasAxisTickRenderer.min.js binary
theme/jqplot.highlighter.min.js binary
theme/jquery.jqplot.min.js binary
theme/jquery.min.js binary
CHANGELOG.md -text merge=union