Use union merge on the changelog file.

This keeps both sides of a conflict. It's essentially the same as removing the
conflict markers.
This commit is contained in:
Nick Lewycky 2019-09-13 14:03:22 -07:00
parent ec94d366b0
commit d6e3138a3d

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
lib/emscripten/emtests/* linguist-vendored
lib/spectests/spectests/* linguist-vendored
CHANGELOG.md merge=union