Skip to content

Commit 7b27696

Browse files
authored
Update ChangeLog and version for 2.0.0-rc.1 release (#1239)
1 parent 8c95f93 commit 7b27696

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

PSReadLine/Changes.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### Version 2.0.0-rc.1
2+
3+
Pre-release notes:
4+
5+
Bug fixes:
6+
7+
* Fix an assertion in debug build that crashes PSReadLine (#1199) (Thanks @springcomp)
8+
* Fix an `IndexOutOfRangeException` in VI mode (#1200) (Thanks @springcomp)
9+
* Improve handling of color in prompts (#1180) (Thanks @lzybkr)
10+
* Fix an 'ArgumentOutOfRangeException' when error prompt contains CJK (#1206)
11+
* Add instructions for updating `PowerShellGet` for Windows PowerShell users (#1222) (Thanks @espoelstra)
12+
* Correct cursor positioning (#1221) (Thanks @msftrncs)
13+
* Utilize LengthInBufferCells when creating Completions Menu (#1214) (Thanks @msftrncs)
14+
* Ensure the desired column number is used while moving up or down in VI mode (#1122) (Thanks @springcomp)
15+
* Make the continuation prompt's color sequence always explicitly specified (#1238)
16+
117
### Version 2.0.0-beta6
218

319
Pre-release notes:

0 commit comments

Comments
 (0)