summaryrefslogtreecommitdiff
path: root/users/mechmerlin/changelog.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-10-05 23:50:23 +0000
committerQMK Bot <hello@qmk.fm>2021-10-05 23:50:23 +0000
commit51154f1484923298985ad1ba57155a1ff11a9225 (patch)
tree92b83947d7d4259acafa6432dd4e9fb70b33fa67 /users/mechmerlin/changelog.md
parente28fc56b0a79a187bfe57a5c1438aabb3833876c (diff)
parente8db309613c99d1ffe25320680368d41bf5c8535 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users/mechmerlin/changelog.md')
-rw-r--r--users/mechmerlin/changelog.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/mechmerlin/changelog.md b/users/mechmerlin/changelog.md
index 2f8fa687a9..dc98e2af01 100644
--- a/users/mechmerlin/changelog.md
+++ b/users/mechmerlin/changelog.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to my userspace will be documented in this file.
+## [0.4.0] - 2021-10-05
+
+### Added
+- Introduced new keycode KV_VER to output the version of QMK. Thanks to drashna for this.
+
+### Changed
+- Updated keymaps to use underscores instead of KC_TRNS as it was getting hard to read for my tired eyes.
+- Updated readmes on my preferred layouts.
+
## [0.3.0] - 2020-02-02
### Changed
- Added the `_CL` layer to all the boards for access to `EEP_RST` and `RESET` keycodes. This was done primarily to avoid triggering `RESET` accidentally.