From dbeaa2270fc23df6c995a8f7c5802b9586966f0e Mon Sep 17 00:00:00 2001 From: itchyny Date: Sun, 1 Dec 2024 17:59:58 +0900 Subject: [PATCH] update CHANGELOG.md for v0.2.8 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d5b917..4e265a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## [v0.2.8](https://github.com/itchyny/bed/compare/v0.2.7..v0.2.8) (2024-12-01) +* Refactor drawing command line and completion candidates. +* Fix jump back action not to crash when the buffer is edited. + ## [v0.2.7](https://github.com/itchyny/bed/compare/v0.2.6..v0.2.7) (2024-10-20) * Support environment variable expansion in the command line. * Implement `:cd`, `:chdir`, `:pwd` commands to change the working directory.