Skip to content

Commit ef1a978

Browse files
authored
Update PSReadLine release notes (#11726)
1 parent 000f743 commit ef1a978

File tree

4 files changed

+72
-32
lines changed

4 files changed

+72
-32
lines changed

reference/5.1/PSReadLine/About/about_PSReadLine_Release_Notes.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: This article contains the list of changes for each released version of PSReadLine.
33
Locale: en-US
4-
ms.date: 09/17/2024
4+
ms.date: 01/23/2025
55
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_release_notes?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_PSReadLine_Release_Notes
@@ -12,18 +12,19 @@ This is a summary of changes to the **PSReadLine** module. For a full list of
1212
changes, see the **PSReadLine** [ChangeLog][01].
1313

1414
- Current preview: v2.4.0-beta0
15-
- Current stable release: v2.3.5
15+
- Current stable release: v2.3.6
1616

1717
## PSReadLine release history
1818

1919
There have been many updates to PSReadLine since the version that ships in
2020
Windows PowerShell 5.1.
2121

22-
- v2.3.5 first shipped in PowerShell 7.4.2 and 7.5.0-preview.3
23-
- v2.3.4 first shipped in PowerShell 7.4.0-rc.1
24-
- v2.2.6 first shipped in PowerShell 7.3.0
25-
- v2.1.0 first shipped in PowerShell 7.2.5
26-
- v2.0.4 first shipped in PowerShell 7.0.11
22+
- v2.3.6 shipped in PowerShell 7.5.0
23+
- v2.3.5 shipped in PowerShell 7.4.2 and 7.5.0-preview.3
24+
- v2.3.4 shipped in PowerShell 7.4.0-rc.1
25+
- v2.2.6 shipped in PowerShell 7.3.0
26+
- v2.1.0 shipped in PowerShell 7.2.5
27+
- v2.0.4 shipped in PowerShell 7.0.11
2728
- v2.0.0 ships in Windows PowerShell 5.1
2829

2930
## Release Notes
@@ -37,9 +38,18 @@ Windows PowerShell 5.1.
3738
- Fix a few VI key handlers to correctly close the edit group
3839
- Read the history file in the streaming way to handle large files efficiently
3940

41+
### v2.3.6 - 2024-10-03
42+
43+
This is a servicing release for the build pipeline. There are no changes to
44+
PSReadLine in this release.
45+
4046
### v2.3.5 - 2024-04-02
4147

42-
This is a servicing release that excludes test components from SBOM generation.
48+
This is a servicing release that fixes two issues:
49+
50+
1. Exclude test components from SBOM generation to avoid false positive
51+
security vulnerability report.
52+
1. Include the fix to a regression found in the v2.3.4 of PSReadLine.
4353

4454
### v2.3.4 - 2023-10-02
4555

reference/7.4/PSReadLine/About/about_PSReadLine_Release_Notes.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: This article contains the list of changes for each released version of PSReadLine.
33
Locale: en-US
4-
ms.date: 09/17/2024
4+
ms.date: 01/23/2025
55
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_release_notes?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_PSReadLine_Release_Notes
@@ -12,18 +12,19 @@ This is a summary of changes to the **PSReadLine** module. For a full list of
1212
changes, see the **PSReadLine** [ChangeLog][01].
1313

1414
- Current preview: v2.4.0-beta0
15-
- Current stable release: v2.3.5
15+
- Current stable release: v2.3.6
1616

1717
## PSReadLine release history
1818

1919
There have been many updates to PSReadLine since the version that ships in
2020
Windows PowerShell 5.1.
2121

22-
- v2.3.5 first shipped in PowerShell 7.4.2 and 7.5.0-preview.3
23-
- v2.3.4 first shipped in PowerShell 7.4.0-rc.1
24-
- v2.2.6 first shipped in PowerShell 7.3.0
25-
- v2.1.0 first shipped in PowerShell 7.2.5
26-
- v2.0.4 first shipped in PowerShell 7.0.11
22+
- v2.3.6 shipped in PowerShell 7.5.0
23+
- v2.3.5 shipped in PowerShell 7.4.2 and 7.5.0-preview.3
24+
- v2.3.4 shipped in PowerShell 7.4.0-rc.1
25+
- v2.2.6 shipped in PowerShell 7.3.0
26+
- v2.1.0 shipped in PowerShell 7.2.5
27+
- v2.0.4 shipped in PowerShell 7.0.11
2728
- v2.0.0 ships in Windows PowerShell 5.1
2829

2930
## Release Notes
@@ -37,9 +38,18 @@ Windows PowerShell 5.1.
3738
- Fix a few VI key handlers to correctly close the edit group
3839
- Read the history file in the streaming way to handle large files efficiently
3940

41+
### v2.3.6 - 2024-10-03
42+
43+
This is a servicing release for the build pipeline. There are no changes to
44+
PSReadLine in this release.
45+
4046
### v2.3.5 - 2024-04-02
4147

42-
This is a servicing release that excludes test components from SBOM generation.
48+
This is a servicing release that fixes two issues:
49+
50+
1. Exclude test components from SBOM generation to avoid false positive
51+
security vulnerability report.
52+
1. Include the fix to a regression found in the v2.3.4 of PSReadLine.
4353

4454
### v2.3.4 - 2023-10-02
4555

reference/7.5/PSReadLine/About/about_PSReadLine_Release_Notes.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: This article contains the list of changes for each released version of PSReadLine.
33
Locale: en-US
4-
ms.date: 09/17/2024
4+
ms.date: 01/23/2025
55
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_release_notes?view=powershell-7.5&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_PSReadLine_Release_Notes
@@ -12,18 +12,19 @@ This is a summary of changes to the **PSReadLine** module. For a full list of
1212
changes, see the **PSReadLine** [ChangeLog][01].
1313

1414
- Current preview: v2.4.0-beta0
15-
- Current stable release: v2.3.5
15+
- Current stable release: v2.3.6
1616

1717
## PSReadLine release history
1818

1919
There have been many updates to PSReadLine since the version that ships in
2020
Windows PowerShell 5.1.
2121

22-
- v2.3.5 first shipped in PowerShell 7.4.2 and 7.5.0-preview.3
23-
- v2.3.4 first shipped in PowerShell 7.4.0-rc.1
24-
- v2.2.6 first shipped in PowerShell 7.3.0
25-
- v2.1.0 first shipped in PowerShell 7.2.5
26-
- v2.0.4 first shipped in PowerShell 7.0.11
22+
- v2.3.6 shipped in PowerShell 7.5.0
23+
- v2.3.5 shipped in PowerShell 7.4.2 and 7.5.0-preview.3
24+
- v2.3.4 shipped in PowerShell 7.4.0-rc.1
25+
- v2.2.6 shipped in PowerShell 7.3.0
26+
- v2.1.0 shipped in PowerShell 7.2.5
27+
- v2.0.4 shipped in PowerShell 7.0.11
2728
- v2.0.0 ships in Windows PowerShell 5.1
2829

2930
## Release Notes
@@ -37,9 +38,18 @@ Windows PowerShell 5.1.
3738
- Fix a few VI key handlers to correctly close the edit group
3839
- Read the history file in the streaming way to handle large files efficiently
3940

41+
### v2.3.6 - 2024-10-03
42+
43+
This is a servicing release for the build pipeline. There are no changes to
44+
PSReadLine in this release.
45+
4046
### v2.3.5 - 2024-04-02
4147

42-
This is a servicing release that excludes test components from SBOM generation.
48+
This is a servicing release that fixes two issues:
49+
50+
1. Exclude test components from SBOM generation to avoid false positive
51+
security vulnerability report.
52+
1. Include the fix to a regression found in the v2.3.4 of PSReadLine.
4353

4454
### v2.3.4 - 2023-10-02
4555

reference/7.6/PSReadLine/About/about_PSReadLine_Release_Notes.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: This article contains the list of changes for each released version of PSReadLine.
33
Locale: en-US
4-
ms.date: 09/17/2024
4+
ms.date: 01/23/2025
55
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_release_notes?view=powershell-7.6&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_PSReadLine_Release_Notes
@@ -12,18 +12,19 @@ This is a summary of changes to the **PSReadLine** module. For a full list of
1212
changes, see the **PSReadLine** [ChangeLog][01].
1313

1414
- Current preview: v2.4.0-beta0
15-
- Current stable release: v2.3.5
15+
- Current stable release: v2.3.6
1616

1717
## PSReadLine release history
1818

1919
There have been many updates to PSReadLine since the version that ships in
2020
Windows PowerShell 5.1.
2121

22-
- v2.3.5 first shipped in PowerShell 7.4.2 and 7.5.0-preview.3
23-
- v2.3.4 first shipped in PowerShell 7.4.0-rc.1
24-
- v2.2.6 first shipped in PowerShell 7.3.0
25-
- v2.1.0 first shipped in PowerShell 7.2.5
26-
- v2.0.4 first shipped in PowerShell 7.0.11
22+
- v2.3.6 shipped in PowerShell 7.5.0
23+
- v2.3.5 shipped in PowerShell 7.4.2 and 7.5.0-preview.3
24+
- v2.3.4 shipped in PowerShell 7.4.0-rc.1
25+
- v2.2.6 shipped in PowerShell 7.3.0
26+
- v2.1.0 shipped in PowerShell 7.2.5
27+
- v2.0.4 shipped in PowerShell 7.0.11
2728
- v2.0.0 ships in Windows PowerShell 5.1
2829

2930
## Release Notes
@@ -37,9 +38,18 @@ Windows PowerShell 5.1.
3738
- Fix a few VI key handlers to correctly close the edit group
3839
- Read the history file in the streaming way to handle large files efficiently
3940

41+
### v2.3.6 - 2024-10-03
42+
43+
This is a servicing release for the build pipeline. There are no changes to
44+
PSReadLine in this release.
45+
4046
### v2.3.5 - 2024-04-02
4147

42-
This is a servicing release that excludes test components from SBOM generation.
48+
This is a servicing release that fixes two issues:
49+
50+
1. Exclude test components from SBOM generation to avoid false positive
51+
security vulnerability report.
52+
1. Include the fix to a regression found in the v2.3.4 of PSReadLine.
4353

4454
### v2.3.4 - 2023-10-02
4555

0 commit comments

Comments
 (0)