From f413be355019d01923758f44e66dfa6ef8a11037 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 31 Mar 2019 11:11:47 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ecb38..91a2c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- 🐛 Fix for list command on macOS 10.14.4 #228 - 🐟 Command completions for fish shell #214 thanks, [@ylectric](https://github.com/ylectric)! - 🎨 SwiftFormat #215