Robert Holt
5943bc9905
Fix broken RFC links ( #15807 )
2021-07-20 15:07:06 -07:00
Robert Holt
9e7edff442
Merged PR 16086: Update CHANGELOG for 7.2.0-preview.7
2021-06-17 16:31:51 +00:00
Dongbo Wang
8569f1064f
Merged PR 15832: Update the change log for 7.2.0-preview.6
...
Update the change log for 7.2.0-preview.6 release.
2021-05-27 16:46:08 +00:00
Robert Holt
5e8eca2719
Merged PR 15242: Add CHANGELOG for 7.2.0-preview.5
2021-04-14 23:49:49 +00:00
Aditya Patwardhan
2422cf8169
Merge 7.2.0-preview.4
changes to master ( #15056 )
2021-03-17 12:42:51 -07:00
Travis Plunk
d62473f610
Merge 7.1.3 and 7.0.6 Change log to master ( #15009 )
...
Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2021-03-12 17:06:33 -08:00
Travis Plunk
11a5d940c4
Update ChangeLog for v7.1.2 release ( #14783 )
...
Update ChangeLog for v7.1.2 release
Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2021-02-13 10:18:02 -08:00
Travis Plunk
750b2edec7
Merged PR 14479: Update ChangeLog for v7.0.5 release ( #14782 )
2021-02-13 11:22:49 +05:00
Dongbo Wang
894b7de3f5
Merged PR 14481: Update ChangeLog for v7.2.0-preview.3 release
...
Update ChangeLog for v7.2.0-preview.3 release
2021-02-12 01:45:36 +00:00
Robert Holt
73f852da42
Port changes from 7.0.4 release ( #14637 )
...
* Add 7.0.4 CHANGELOG
* Update metadata.json LTS tag to 7.0.4
2021-01-20 09:18:43 -08:00
Dongbo Wang
de782fdec6
Backport changes from the PowerShell v7.1.1 release ( #14621 )
...
* Backport changes from the PowerShell v7.1.1 release
* Update the .spelling file
2021-01-19 17:43:01 +05:00
Robert Holt
88d28cb878
Merged PR 13877: Add CHANGELOG for 7.2.0-preview.2
...
Add CHANGELOG for 7.2.0-preview.2
2020-12-15 21:09:53 +00:00
Dongbo Wang
8549c4d6a2
Merged PR 13516: Update the ChangeLog for the 7.2.0-preview.1 release
...
Update the ChangeLog for the 7.2.0-preview.1 release
2020-11-17 22:28:05 +00:00
Travis Plunk
f92ea62d12
Update the Change Log for v7.1.0
release ( #14035 )
2020-11-11 10:48:41 -08:00
Dongbo Wang
e107ecd08d
Update README
and metadata.json
for 7.1.0-rc.1
release ( #13708 )
2020-09-29 19:11:13 -07:00
Dongbo Wang
7663644880
Merged PR 12607: Fix the commit comparing link
...
Fix the commit comparing link
2020-09-08 22:34:27 +00:00
Dongbo Wang
bd9185caab
Merged PR 12600: Update change log for the v7.1.0-preview.7 release
...
Update change log for the v7.1.0-preview.7 release
2020-09-08 19:39:58 +00:00
Robert Holt
efe1f76e7a
Merged PR 12336: Update CHANGELOG for 7.1.0-preview.6
2020-08-17 19:56:56 +00:00
Aditya Patwardhan
f82f74d898
Update change logs for 6.2.x
and 7.0.x
( #13194 )
2020-07-16 13:52:49 -07:00
Aditya Patwardhan
dd73c303a8
Merged PR 11909: Update Changelog for 7.1.0-preview.5
...
Update Changelog for 7.1.0-preview.5
2020-07-02 21:53:02 +00:00
Aditya Patwardhan
880fd21504
Merged PR 11880: Change log for v7.1.0-preview.5
...
Change log for v7.1.0-preview.5
2020-07-01 14:37:49 -07:00
Aditya Patwardhan
2f949b7b9d
Merged PR 11841: Changelog for v7.1.0-preview.4
...
Changelog for v7.1.0-preview.4
2020-06-29 11:40:34 -07:00
Travis Plunk
a3d5bfc401
Merge branch 'release/v7.1.0-preview.3' into master
...
# Conflicts:
# .spelling
# CHANGELOG/preview.md
2020-05-19 12:07:53 -07:00
xtqqczze
cdd13a60de
Add link to Github compare in changelog ( #12713 )
...
# PR Summary
Add link to Github compare in `CHANGELOG\preview.md`
## PR Context
follow-up #11652
## PR Checklist
- [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- Use the present tense and imperative mood when describing your changes
- [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [x] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [x] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress ).
- If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes )**
- [x] None
- **OR**
- [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Experimental_Features.md )
- [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
- **User-facing changes**
- [x] Not Applicable
- **OR**
- [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [ ] Issue filed: <!-- Number/link of that issue here -->
- **Testing - New and feature**
- [x] N/A or can only be tested interactively
- **OR**
- [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting )
- **Tooling**
- [x] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
- **OR**
- [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary. This may include:
- Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices ) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell ) for VSCode (which runs in a different PS Host).
- Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
- Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer ) (which provides linting & formatting in the editor extensions).
- Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax ) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
2020-05-19 16:17:32 +00:00
Andrew
a7ce7883ce
Added missing changelog for v7.1.0-preview.2 ( #12665 )
2020-05-19 09:16:11 +05:00
Andrew Menagarishvili
01d3788712
Merged PR 11571: Change log for v7-1-0-preview-3 and a missing preview-2 change log
...
Preview-3 change log was generated by `Get-ChangeLog -LastReleaseTag 'v7.1.0-preview.2' -ThisReleaseTag 'v7.1.0-preview.3'`
Preview-2 change log was copy-pasted from Gihub's `tags/v7.1.0-preview.2`
2020-05-18 23:36:18 +00:00
xtqqczze
fde00de77f
Update docs.microsoft.com links ( #12653 )
...
# PR Summary
* remove explicit en-us from links
* remove view parameter
## PR Context
follow-up #7013
## PR Checklist
- [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- Use the present tense and imperative mood when describing your changes
- [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [x] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [x] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress ).
- If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes )**
- [ ] None
- **OR**
- [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Experimental_Features.md )
- [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
- **User-facing changes**
- [x] Not Applicable
- **OR**
- [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [ ] Issue filed: <!-- Number/link of that issue here -->
- **Testing - New and feature**
- [x] N/A or can only be tested interactively
- **OR**
- [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting )
- **Tooling**
- [x] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
- **OR**
- [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary. This may include:
- Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices ) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell ) for VSCode (which runs in a different PS Host).
- Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
- Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer ) (which provides linting & formatting in the editor extensions).
- Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax ) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
2020-05-15 03:29:43 +00:00
Aditya Patwardhan
fe4934ef40
Update change log for 6.2.5
release ( #12670 )
2020-05-14 16:52:55 -07:00
Travis Plunk
8e92889864
Merge 7.0.1 change log ( #12669 )
2020-05-14 16:06:03 -07:00
Aditya Patwardhan
53d1f0176d
Fix broken link for blogs in documents ( #12471 )
2020-04-24 11:01:47 +05:00
Aditya Patwardhan
2367ea19f0
Merged PR 11200: Update change log for 7.1.0-preview.1 release
...
Update change log for 7.1.0-preview.1 release
2020-03-26 16:56:23 +00:00
Labhansh Agrawal
61a589ad8a
Add the 7.0 change log link to CHANGELOG/README.md
( #12062 )
2020-03-12 17:28:42 -07:00
Aditya Patwardhan
6b8dc6d6a2
Add empty preview.md
file to fix broken link ( #12041 )
...
* Add empty `preview.md` file to fix broken link
* fix spelling
Co-authored-by: Travis Plunk <github@ez13.net>
2020-03-06 11:13:17 -08:00
Aditya Patwardhan
819585cd12
Merged PR 11044: Update change log for V7.0.0
...
# Conflicts:
# CHANGELOG/7.0.md
2020-03-04 11:41:14 -08:00
xtqqczze
e2f838e3c5
Update changelog generation script ( #11736 )
...
# PR Summary
* Fix regression from #11652
* Fix [MD022](https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md032---lists-should-be-surrounded-by-blank-lines ) / [MD032](https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md032---lists-should-be-surrounded-by-blank-lines ) rule violations
* Modify `Get-ChangeLog` to generate the changelog according to the format from #11652 .
## PR Context
Follow-up to #11652
## PR Checklist
- [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- Use the present tense and imperative mood when describing your changes
- [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [x] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [x] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress ).
- If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes )**
- [x] None
- **OR**
- [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Experimental_Features.md )
- [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
- **User-facing changes**
- [x] Not Applicable
- **OR**
- [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [ ] Issue filed: <!-- Number/link of that issue here -->
- **Testing - New and feature**
- [x] N/A or can only be tested interactively
- **OR**
- [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting )
- **Tooling**
- [x] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
- **OR**
- [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary. This may include:
- Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices ) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell ) for VSCode (which runs in a different PS Host).
- Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
- Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer ) (which provides linting & formatting in the editor extensions).
- Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax ) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
2020-02-05 23:49:34 +00:00
Aditya Patwardhan
cb6d0f2e32
Update CHANGELOG.md
for 6.2.4
release ( #11699 )
...
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2020-01-29 14:08:09 -08:00
xtqqczze
148124e055
Add links to diffs on Github in changelog ( #11652 )
...
* Use consistent date format in markdown files
Change to international date format to match date format in `CHANGELOG/6.1.md` etc.
* Add links to compare views on Github
2020-01-29 08:34:17 +05:00
xtqqczze
2f295b24b0
Fix markdown-link test failure ( #11653 )
2020-01-22 08:45:51 -08:00
Dongbo Wang
70d4a89931
Update the change log in preview.md
for v7.0.0-rc.2
release ( #11609 )
2020-01-16 17:05:42 -08:00
Dongbo Wang
ed18030e5f
Update ChangeLog, README.md and metadata.json for 7.0.0-rc.1 release ( #11363 )
2019-12-16 15:04:28 -08:00
Travis Plunk
7f564a2d12
Refactor change logs into one log per release ( #11165 )
2019-12-02 17:47:08 -08:00