Commit 50c7d1b032bc07838ccbeb9642451646ce4f84c8

Stefan Sperling 2019-08-13T17:12:54

changes for 0.7

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CHANGES b/CHANGES
index cd2fc1e..ba7036f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+* got 0.7; 2019-08-13
+- properly parse timestamps in commit objects as UTC (patch by Hiltjo Posthuma)
+- strip Git GPG signatures from log messages
+- fix regression: don't try to parse "leightweight" tags as real tag objects
+
 * got 0.6; 2019-08-13
 - 'got log' and 'tog log' now display tags in addition to branch references
 - 'got ref' can now be used to create symbolic references