docs(playwrighttesting): removed empty section in changelog (#31797)

### Packages impacted by this PR
 @azure/microsoft-playwright-testing
@azure/create-microsoft-playwright-testing

### Issues associated with this PR


### Describe the problem that is addressed by this PR


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)

Co-authored-by: guptakashish <guptakashish@microsoft.com>
This commit is contained in:
Kashish Gupta 2024-11-18 12:19:02 +05:30 коммит произвёл GitHub
Родитель 21af3a0548
Коммит 52c6f9db0e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -4,12 +4,6 @@
This release improves compatibility with modern JavaScript environments by migrating the package to ECMAScript modules and Vitest This release improves compatibility with modern JavaScript environments by migrating the package to ECMAScript modules and Vitest
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes ### Other Changes
-Migrated package to ECMAScript modules and vitest. -Migrated package to ECMAScript modules and vitest.

Просмотреть файл

@ -4,10 +4,6 @@
This release fixes a bug related to artifact upload and performance enhancements. This release fixes a bug related to artifact upload and performance enhancements.
### Features Added
### Breaking Changes
### Bugs Fixed ### Bugs Fixed
-Fixed failures when uploading artifacts due to race conditions. -Fixed failures when uploading artifacts due to race conditions.