Code

Fix tig show by replacing %(commit) with %(revargs) on first display
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index af9312d22929a815a9cabb6aee155b6170db9f4d..583592df1aa39671c87d1cea3f8ffeb88055d66c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
 Release notes
 =============
 
+tig master
+----------
+
+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
 --------