From 40febec968c05739c5e93ec2880aaa4825cffa5f Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Sat, 16 Feb 2019 01:37:21 -0800 Subject: [PATCH] Add changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..67a1d300 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Fix + +- Fix processes on macOS not showing when there's a space in the command name + +[Unreleased]: https://github.com/cjbassi/gotop/compare/2.0.1...HEAD