From 1e56939008b3b69faf09afd003d2d9932923ab5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20K=C3=B6hnecke?= Date: Wed, 26 Jun 2024 15:13:42 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b691666..17872318c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,9 @@ ... ### Fixes -- Serialization and Deserialization of `Union[SpanAttributes, TaskSpanAttributes]` is working now. +- Serialization and deserialization of `ExportedSpan` and its `attributes` now works as expected. - `PromptTemplate.to_rich_prompt` now always returns an empty list for prompt ranges that are empty. -- `SingleChunkQa` no longer crashes if given an empty input and a specific prompt template. +- `SingleChunkQa` no longer crashes if given an empty input and a specific prompt template. This did not affect users who used models provided in `core`. ### Deprecations ...