Code

Use warn() for warnings emitted during config file loading
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index 04a1c8305abca00f2bdcac883f247c05f55889f6..de00136e74e331ab7e580fbd3bd50b8d94f4913a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ Incompatibilities:
 
  - The screen-resize action has been deprecated. It had no real use for
    users and was never meant to be exposed.
+ - The "tree-parent" action was renamed to "parent". Warnings will be
+   emitted for transition.
 
 Improvements:
 
@@ -15,11 +17,16 @@ Improvements:
  - Tree view: annotate entries with commit information.
  - Tree & blob view: open any blob in an editor.
  - Stage & main view: restore view position when reloading.
+ - Blame view: load blame for parent commit. For merge commits the parent
+   is queried. Bound to ',' by default via the existing "parent" action.
+ - Abbreviate author names to initials when the width of the author column
+   is below 6 characters.
 
 Bug fixes:
 
  - Tree view: fix memory corruption bug when updating.
  - Fix regression for non-UTF-8 locales corrupting the view data.
+ - Fix regression parsing multiple spaces in ~/.tigrc.
 
 tig-0.13
 --------