diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..076e80f --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,7 @@ +# Since 1.0.5 + +* Allow merging a specific file + +* Reduce add/add conflicts with matching prefix/suffix lines + +* Add support for `--untabify` diff --git a/git-mediate.cabal b/git-mediate.cabal index 381d81c..1a1f763 100644 --- a/git-mediate.cabal +++ b/git-mediate.cabal @@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/ name: git-mediate -version: 1.0.5 +version: 1.0.6 synopsis: Tool to help resolving git conflicts description: Git conflict resolution has never been easier . @@ -51,6 +51,7 @@ maintainer: eyal.lotem@gmail.com category: Development build-type: Simple extra-source-files: stack.yaml + ChangeLog.md cabal-version: >=1.10 source-repository head