Skip to content

Commit

Permalink
Update ChangeLog to include 2 more bug fixes in the 2.0.0-beta6 relea…
Browse files Browse the repository at this point in the history
…se (#1186)
  • Loading branch information
daxian-dbw committed Nov 14, 2019
1 parent 9bc2a65 commit e7f28ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PSReadLine/Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Bug fixes:
* `MoveCursor` should not call `SetCursorPosition` when there is a pending rendering (#1141) (Thanks @msftrncs)
* Fix `y$` to yank to the end of the logical line instead of to the end of the whole buffer (#1168) (Thanks @springcomp)
* Make `y0` yank up to the start of the logical line in `VI` mode (#1167) (Thanks @springcomp)
* Fix `NullReferenceException` in `OnBreak` (#1179) (Thanks @lzybkr)
* Set cursor via the public API `SetCursorPosition` in `AcceptLineImpl` for better buffer check (#1182) (Thanks @msftrncs)

### Version 2.0.0-beta5

Expand Down

0 comments on commit e7f28ff

Please sign in to comment.