From dc4b3c63f493a41c65a1cfdfbfccec094b5fa589 Mon Sep 17 00:00:00 2001 From: orhun Date: Tue, 10 Mar 2020 09:27:27 +0300 Subject: [PATCH] chore: Update CHANGELOG about 0.3.0 release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a58ceb..6211602a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,17 @@ 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] + +## [0.3.0] - 2020-03-10 ### Added - Add horizontal scrolling feature to kernel activities block +- Add debug derive to enum types ### Fixed - Use the case insensitive alt-key combinations ### Changed +- Update the runtime key bindings - Update README.md about key bindings and sections - Update the manual page about key bindings