Skip to content

Commit e7f28ff

Browse files
authored
Update ChangeLog to include 2 more bug fixes in the 2.0.0-beta6 release (#1186)
1 parent 9bc2a65 commit e7f28ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PSReadLine/Changes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Bug fixes:
1717
* `MoveCursor` should not call `SetCursorPosition` when there is a pending rendering (#1141) (Thanks @msftrncs)
1818
* Fix `y$` to yank to the end of the logical line instead of to the end of the whole buffer (#1168) (Thanks @springcomp)
1919
* Make `y0` yank up to the start of the logical line in `VI` mode (#1167) (Thanks @springcomp)
20+
* Fix `NullReferenceException` in `OnBreak` (#1179) (Thanks @lzybkr)
21+
* Set cursor via the public API `SetCursorPosition` in `AcceptLineImpl` for better buffer check (#1182) (Thanks @msftrncs)
2022

2123
### Version 2.0.0-beta5
2224

0 commit comments

Comments
 (0)