diff --git a/ci/release_notes.md b/ci/release_notes.md deleted file mode 100644 index 0685f2b4..00000000 --- a/ci/release_notes.md +++ /dev/null @@ -1,8 +0,0 @@ -#Bug Fixes - -- `spruce diff` output used to be colorized based on whether or not STDERR was - sent to a terminal. This led to issues piping or redirecting the actual diff output, - so now the decision is based on what type of device STDOUT is. All other `spruce` - subcommands are unaffected, and continue to colorize based on STDERR's device type. - - Thanks @giner for pointing this out!