diff --git a/NEWS.adoc b/NEWS.adoc index 630dbf37d..02c18d047 100644 --- a/NEWS.adoc +++ b/NEWS.adoc @@ -1,6 +1,23 @@ Release notes ============= +master +------ + +Improvements: + + - Add FreeBSD installation instructions. (#1093) + - Add TIG_EDITOR environment variable to configure editor. (#889, #1098) + - Enable mailmap by default to match git log's behaviour. (#1104, #1105) + - Enable tilde expansion for diff-highlight. (#1107) + +Bug fixes: + + - Escape variables with %% in external commands. (#1091, #1095) + - Fix parsing of -L argument. (#1100) + - Bugfix: smart-case does not work when search term contains a space. (#1108) + + tig-2.5.3 ---------