Commit 17cf36d4711546b96f3bdc73fe5b1036dbc7fa73

Stefan Sperling 2019-08-10T17:05:00

changes for 0.3

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CHANGES b/CHANGES
index 34a7dda..74ef5ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+* got 0.3; 2019-08-10
+- fix bug where 'revert -p' would delete all lines following a reverted change
+- fix merge bug inherited from OpenRCS, affecting lines with leading .
+- fix man page installation during manual 'make install' from plain tarball
+
 * 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