Commit cbc52e82e060696e81ab422e23c340cff849c4a3

Stefan Sperling 2019-08-12T12:48:56

changes for 0.5

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CHANGES b/CHANGES
index 6ce4ae1..09b9ce1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+* got 0.5; 2019-08-12
+- fix blame with single-commit history and with files without \n
+- fix crashes in tog when blame returns no results on a file (found by otto@)
+- man page improvements (bentley@)
+
 * got 0.4; 2019-08-11
 - add support for tag objects to 'got diff'
 - fix tog log -r option (patch by semarie@)