Code

Define a tree_grep and fixing searching
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index 7bd288942eaa18190c09080e604ed0fa1e4e7f6b..eff874a7655dee2c201f5282c129274f3965c468 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@ Release notes
 =============
 
 tig master
+---------
+
+Bug fixes:
+
+ - Tree view: fix searching.
+
+tig-0.14.1
 ----------
 
 Improvements:
@@ -23,6 +30,7 @@ Bug fixes:
  - Blame view: use line number information when loading blame for
    specific commit.
  - Fix handling of quoted strings in the config file.
+ - Fix horizontal scrolling glitches.
 
 tig-0.14
 --------
@@ -71,7 +79,7 @@ Incompatibilities:
  - Commands from the environment (e.g. TIG_MAIN_CMD) will no longer have
    access to shell features, such as subshells and variable expansion.
    The easiest way to upgrade your configuration is to put such commands
-   in a script file.
+   in a script file or as a git alias.
 
 Improvements: