Code

Add specialized open methods for each view
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index bdbd0a4e710b25204eac543e55aa693b1fbc3076..02ec3ef6558a638fff6ee2974796d4407455f395 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,18 @@ Release notes
 master
 ------
 
+Incompatibilities:
+
+ - Remove support for the deprecated TIG_{MAIN,DIFF,LOG,TREE,BLOB}_CMD
+   environment variables.
+
+Improvements:
+
+ - (GH-6) Make blame configurable via extra options passed from the command
+   line and blame-options setting from ~/.tigrc. For example:
+   
+       set blame-options = -C -C -C
+
 Bug fixes:
 
  - Expand %(directory) to . for the root directory. (GH-3)