summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-04-09 13:50:51 -0500
committerSean E. Russell <ser@ser1.net>2020-04-09 13:50:51 -0500
commit7a89a5b26c0ac09ec466c8bba12b7562458e3e7b (patch)
tree25b8e8710a18439e61a3b4f9b97cda416d8acfd9
parent94b793b51f47273a0b19e108e4fcf9532b19a37b (diff)
Update changelog for release
-rw-r--r--CHANGELOG.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 853ca62..e1c1432 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> - **Fixed**: for any bug fixes.
> - **Security**: in case of vulnerabilities.
-## [3.6.0] - ???
+## PENDING (NOT RELEASED 3.6)
### Added
@@ -28,13 +28,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- configdir, logdir, and logfile options in the config file are no longer used. gotop looks for a configuration file, layouts, and colorschemes in the following order: command-line; `pwd`; user-home, and finally a system-wide path. The paths depend on the OS and whether XDG is in use.
-## [3.5.1] - ??
+## [3.5.1] - 2020-04-09
+
+This is a bug fix release.
### Fixed
-- Removes verbose debugging unintentionally left in the code.
-- kitchensink referenced by, but not included in binary is now included.
+- Removes verbose debugging unintentionally left in the code (#85)
+- kitchensink referenced by, but not included in binary is now included (#72)
- Safety check prevents uninitialized colorscheme registry use
+- Trying to use a non-installed plugin should fail, not silently continue (#77)
+
+### Changed
+
+- Improved documentation about installing layouts and colorschemes
## [3.5.0] - 2020-03-06