From f028389393d74ae5b23bc5482a1a1de9abbd8576 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 7 Aug 2022 18:13:04 -0700 Subject: [PATCH] Update changelog for last commit --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4ad863fa..f17cde79e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ Improved performance in many cases, particularly for files with a fairly flat structure. +### Command Line Interface + +Difftastic now treats the path `/dev/null` as an empty file, even if +that path doesn't exist on the current machine. This fixes a crash +when using difftastic with git on Windows. + ## 0.31 (released 11th July 2022) ### Parsing