Code

corrected doubly used ID view-manipulation in manual.txt
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index 2dda5202420c40a32e36c2e85be304a60e8d9caa..d8e1468ab2267ffe97cc9829137729d43466aebf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,9 +4,21 @@ Release notes
 tig master
 ----------
 
+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.
 
 Bug fixes: