Skip to content

Commit c614b3d

Browse files
authored
Prepare for the 2.2.0-beta3 release (#2532)
1 parent f5a7ebd commit c614b3d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

PSReadLine/Changes.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [2.2.0-beta3] - 2021-06-01
2+
3+
- Update the use of the prediction interface to adapt to the breaking changes introduced in PowerShell 7.2.0-preview.6 (#2524)
4+
- Fix a null-ref exception in `DynamicHelpImpl` (#2292)
5+
6+
[2.2.0-beta3]: https://github.com/PowerShell/PSReadLine/compare/v2.2.0-beta2...v2.2.0-beta3
7+
18
### [2.2.0-beta2] - 2021-02-23
29

310
- Update PSReadLine corresponding to the prediction interface updates (#2225)

PSReadLine/PSReadLine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<NoWarn>$(NoWarn);CA1416</NoWarn>
88
<AssemblyVersion>2.2.0.0</AssemblyVersion>
99
<FileVersion>2.2.0</FileVersion>
10-
<InformationalVersion>2.2.0-beta2</InformationalVersion>
10+
<InformationalVersion>2.2.0-beta3</InformationalVersion>
1111
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1212
<TargetFrameworks>net461;net6.0</TargetFrameworks>
1313
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

0 commit comments

Comments
 (0)