Code

Fix 'tig show <commit>' fix which causes empty tree views
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index e06467576bf23cc0e6b67614a000eaac9d4b0700..210a8472e97c31e4dd8be515904b63c36f0bb468 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,14 @@ Release notes
 tig master
 ----------
 
+Bug fixes:
+
+ - Fix regression causing empty tree view.
+ - 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 '|'
@@ -13,6 +21,7 @@ Improvements:
 
 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.