fixes formatting of changelog entry

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
This commit is contained in:
shemogumbe 2024-09-10 14:43:52 +03:00 коммит произвёл Vincent Biret
Родитель 2bd2383dc3
Коммит e5f9d44bf6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 619343BAE7D07BBC
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed a bug where function descriptions in plugin manifest defaults to path summary instead of description. [#5301](https://github.com/microsoft/kiota/issues/5301)
- Fixed a bug where TypeScript would not properly build URIs with uppercase first characters query parameter names.[#5382](https://github.com/microsoft/kiota/issues/5382)
- Fixed a bug where the description special characters are encoded. [5286](https://github.com/microsoft/kiota/issues/5286)
- Fixed a bug where python constructor parameters are being cast to strings leading to bugs as the types is unknown on graph call. [microsoftgraph/msgraph-sdk-python#165](https://github.com/microsoftgraph/msgraph-sdk-python/issues/165)
## [1.18.0] - 2024-09-05