Remove Unnecessary Heading from Changeset (#23123)

The first line of a changeset shouldn't be unformatted. This change
removes an unnecessary heading from a this changeset.
This commit is contained in:
Tony Murphy 2024-11-18 10:44:12 -08:00 коммит произвёл GitHub
Родитель 67b5e4dca8
Коммит 53dd76c2c5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -8,7 +8,7 @@
"section": feature
---
### SharedString DDS annotateAdjustRange
SharedString DDS annotateAdjustRange
This update introduces a new feature to the `SharedString` DDS, allowing for the adjustment of properties over a specified range. The `annotateAdjustRange` method enables users to apply adjustments to properties within a given range, providing more flexibility and control over property modifications.