Permalink
Browse files

Added a changelog file

  • Loading branch information...
1 parent 64c3c53 commit b2370089f309ceff1be916c6ecf57a6e2708ce18 @cjllanwarne cjllanwarne committed Feb 4, 2016
Showing with 13 additions and 0 deletions.
  1. +8 −0 .gitattributes
  2. +5 −0 CHANGELOG.MD
View
@@ -0,0 +1,8 @@
+# This file can always be added to, line additions should never collide.
+CHANGELOG.MD merge=union
+
+# These files are text and should be normalized (Convert crlf => lf)
+*.scala text
+*.MD text
+*.java text
+*.html text
View
@@ -0,0 +1,5 @@
+# WdlTool Change Log
+
+0.1:
+=====
+

0 comments on commit b237008

Please sign in to comment.