From 23f429dc847144f2f16bcf9778bac3ced12dd6d6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 12 Jun 2016 16:34:37 +1000 Subject: [PATCH] Changelog --- 1.8.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1.8.md b/1.8.md index 38fbd9cf..8f6ad47e 100644 --- a/1.8.md +++ b/1.8.md @@ -20,6 +20,8 @@ - The title at the top is now much more colorful. - Supress `xprop` errors since it's now an optional dependency. - Fix lint errors. +- Remove all instances of `! -z` since they're pointless. +- Quote all variable/command substitutions. ### OS