Commit 25189667d6bff557a2dded8090632f5cdbaf9056

Stefan Sperling 2019-08-09T14:51:01

changes for 0.2

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/CHANGES b/CHANGES
index 29cc8c4..34a7dda 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,2 +1,9 @@
+* got 0.2; 2019-08-09
+  - improve error message if helper binaries fail to unveil(2)
+  - add support for tags to -c options of some got commands
+  - attempt to reject GOT_AUTHOR values without an email address because git
+    is unable to parse resulting commit objects
+  - fix build on OpenBSD/sparc64 (gcc)
+
 * got 0.1; 2019-08-09
   initial release; see git repository history for changes up to this point