summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-02-16 01:37:21 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2019-02-16 01:37:21 -0800
commit40febec968c05739c5e93ec2880aaa4825cffa5f (patch)
treecc13aa6463ff760e4fdd34157797f48ccff075dd
parent52590931d20551edbe9d4521db2e790fda9f4433 (diff)
Add changelog
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..67a1d30
--- /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