Code

Update and fix a few NEWS entries
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index e4e5f585f1df57fdcb21920891696c7225944951..bdbd0a4e710b25204eac543e55aa693b1fbc3076 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,27 @@
 Release notes
 =============
 
+master
+------
+
+Bug fixes:
+
+ - Expand %(directory) to . for the root directory. (GH-3)
+
+tig-0.17
+--------
+
+Improvements:
+
+ - Start rewrite of the revision graph renderer. Three modes are
+   supported UTF-8, ncurses line graphics, and ASCII. Also, enable
+   revision graph rendering by default.
+
+Bug fixes:
+
+ - Fix ncurses 5.8 issue by passing non-zero column size to newwin().
+ - Fix opening of diffs when browsing branches.
+
 tig-0.16.2
 ----------