Code

Fix usage of the status view from a sub directory
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index 23445504a2b8a48a21cc2c8e15c01a932fb81550..31b5169586ce2bd76aa87cca9bbc41dec3b1d9f4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,13 @@ Release notes
 master
 ------
 
+Incompatibilities:
+
+ - Encode everything internally as UTF-8. This can affect performance,
+   but should in general improve handling of character lengths etc.
+   Also, to properly handle UTF-8 environments use ncurses with wide
+   character support.
+
 Improvements:
 
  - Status view: update the file variable when a line is selected so
@@ -11,6 +18,11 @@ Improvements:
  - Branch view: add entry to browse all branches (uses git-log's --all
    flag).
 
+Bug fixes:
+
+ - Status view: fix usage from sub directories, which was broken by the
+   changes made to support blame view from sub directories.
+
 tig-0.15
 --------