From 53fa2f918363c50176a1b9713370f017d5085d0e Mon Sep 17 00:00:00 2001 From: Yuichiro Tsuchiya Date: Mon, 12 Oct 2020 22:09:00 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11bc6292b..483b2ab3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ All notable changes to the "emacs-mcx" extension will be documented in this file - `M-z char`: (zap-to-char) # Maybe ignored - Improvement of `emacs-mcx.transformTo(Upper|Lower)case` to handle the mixture of empty and non-empty selections. +## [0.23.0] - Unreleased +### Fixed +- `C-u` (prefix-argument) is reimplemented not to use VSCode API's `type` command by default. + ## [0.22.0] - 2020-10-04 ### Added - `M-m` (`back-to-indentation`)