Skip to content

Commit c156832

Browse files
authored
(maint) Fix order of sections
We need to follow the documented release notes format, so that we are consistent from release to release.
1 parent 04be89b commit c156832

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

src/content/docs/en-us/choco/release-notes.mdx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
2626

2727
## 2.4.0 (Nov 12, 2024) \{#v2.4.0}
2828

29+
### Deprecated Feature
30+
31+
- Deprecate the `Install-ChocolateyPinnedTaskBarItem` helper function - see [#3520](https://github.com/chocolatey/choco/issues/3520).
32+
2933
### Bug Fixes
3034

3135
- Fix - Update tab completions for compatibility with PowerShell 7.4+ - see [#3364](https://github.com/chocolatey/choco/issues/3364).
@@ -36,15 +40,6 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
3640
- Fix - Ensure `.arguments` files that cannot be decrypted do not prevent running Chocolatey CLI commands - see [#3503](https://github.com/chocolatey/choco/issues/3503).
3741
- Fix - Ensure invalid `.arguments` files do not prevent running Chocolatey CLI commands - see [#3513](https://github.com/chocolatey/choco/issues/3513).
3842

39-
### Deprecated Feature
40-
41-
- Deprecate the `Install-ChocolateyPinnedTaskBarItem` helper function - see [#3520](https://github.com/chocolatey/choco/issues/3520).
42-
43-
### Documentation
44-
45-
- Update build instructions - see [#3467](https://github.com/chocolatey/choco/pull/3467).
46-
- Fixed parameter name typo in the chocolateyInstall template - see [#3504](https://github.com/chocolatey/choco/pull/3504).
47-
4843
### Improvements
4944

5045
- Rework build process to remove the use of `-unpackself` command - see [#3427](https://github.com/chocolatey/choco/issues/3427).
@@ -53,6 +48,12 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
5348
- Updated the bundled version of 7zip to 24.08 - see [#3505](https://github.com/chocolatey/choco/issues/3505).
5449
- Provide better information through the user agent when querying remote repositories - see [#3526](https://github.com/chocolatey/choco/issues/3526).
5550

51+
### Documentation
52+
53+
- Update build instructions - see [#3467](https://github.com/chocolatey/choco/pull/3467).
54+
- Fixed parameter name typo in the chocolateyInstall template - see [#3504](https://github.com/chocolatey/choco/pull/3504).
55+
56+
5657
## 2.3.0 (June 5, 2024) \{#v2.3.0}
5758

5859
### Deprecated Feature
@@ -99,6 +100,7 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
99100
- Clarify `Proxy BypassList` value must be a regular expression, in the help output - see [#3401](https://github.com/chocolatey/choco/issues/3401).
100101
- Remove reference of unused `zip.sh` from README.md file - see [#3402](https://github.com/chocolatey/choco/pull/3402).
101102

103+
102104
## 2.2.2 (August 8, 2023) \{#august-8-2023}
103105

104106
<Callout type="warning">

0 commit comments

Comments
 (0)