From e916cbe76221e1f33f26b7b82556397d1d5b755a Mon Sep 17 00:00:00 2001 From: Alex Plate Date: Mon, 19 Apr 2021 10:27:09 +0300 Subject: [PATCH] Update changes --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c360ce500f..faa8673f39 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,6 +22,15 @@ It is important to distinguish EAP from traditional pre-release software. Please note that the quality of EAP versions may at times be way below even usual beta standards. +## To Be Released + +### Fixes: +* [VIM-2230](https://youtrack.jetbrains.com/issue/VIM-2230) Tweak caret position with inline rename options inlay +* [VIM-2177](https://youtrack.jetbrains.com/issue/VIM-2177) Fix scrolling issues near bottom of file + +### Merged PRs: +* [280](https://github.com/JetBrains/ideavim/pull/280) by [Matt Ellis](https://github.com/citizenmatt): Caret position and view scrolling fixes + ## 0.66, 2021-04-09 Not a lot of changes for this release. Focused on internal improvements.