add changeset for shortId optimization change (#21944)

## Description

This PR adds a changeset for the change that optimizes `Tree.shortId`
api from [this
PR](https://github.com/microsoft/FluidFramework/pull/21822)
This commit is contained in:
daesunp 2024-07-18 11:45:15 -07:00 коммит произвёл GitHub
Родитель 2404062c74
Коммит 6b4cf26d9c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -0,0 +1,8 @@
---
"fluid-framework": minor
"@fluidframework/tree": minor
---
tree: Improved performance for accessing identifiers in shortId API
Users should see improved performance when calling the `Tree.shortId` API. Identifier field keys are now cached in the schema for faster access.