Code

Check the ncurses version before using set_tabsize
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index 41729f7f13dd4fd4f503ae969d3b0d0915f20315..a9cbe076932048fa8120650e911664f9b09f15b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,8 +6,24 @@ tig master
 
 Bug fixes:
 
+ - Fix set_tabsize() compile error for older versions of ncurses.
+
+tig-0.16.1
+----------
+
+Improvements:
+
+ - Add scroll-first-col action to jump to the first column. Bound to '|'
+   by default.
+ - Add 'status-untracked-dirs' option to ignore unknown directories
+   contents in the status view. On by default.
+
+Bug fixes:
+
+ - Fix 'tig show <commit>' to show the provided commit.
  - Fix problem with empty diff views when file specs were passed on the
    command line.
+ - Fix segfault when starting tig in pager mode.
 
 tig-0.16
 --------