Commit 473cb1cdc388a98481dc07900fb4cffa79a9cc87

Stefan Sperling 2019-11-08T22:02:11

CHANGES for 0.20

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/CHANGES b/CHANGES
index 034a955..df93da3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+* got 0.20; 2019-11-09
+- fix reading pack files larger than 2GB
+- try not to hide errors from helper programs when got exits
+- use less empty padding space after author name in 'tog log'
+- rename 'got init' and 'got import' default branch to "main" (patch by kmos@)
+
 * got 0.19; 2019-11-08
 - add optional colorized display mode to tog
 - make 'tog log' show abbreviated commit IDs if the window is large enough