Code

Rename & move read_properties and git_properties
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index 59a36c487e0a3d4df88442a7515cfc5a9943fe49..de00136e74e331ab7e580fbd3bd50b8d94f4913a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,16 +8,25 @@ 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:
 
  - Tree view: avoid flickering when updating.
+ - 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
 --------