From e577901388c084b5adb0c1f847d21a323ae36fe1 Mon Sep 17 00:00:00 2001 From: Yingfeng Date: Thu, 14 May 2026 09:49:45 +0800 Subject: [PATCH] Fix doc format (#14909) ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- docs/release_notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/release_notes.md b/docs/release_notes.md index 934f3aefb4..dab692c264 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -13,13 +13,13 @@ Key features, improvements and bug fixes in the latest releases. Released on May 13, 2026. -## New features +### New features - Data source and parsing: Added column-level semantic/metadata control for the spreadsheet file parser; introduced ETag optimization for incremental synchronization of S3 data sources to avoid unnecessary file transfers. - Enables assigning specific roles like content, metadata, and primary key, to table columns. [#13710](https://github.com/infiniflow/ragflow/pull/13710) -## Improvements +### Improvements - API refactoring and security - Continues the transition of web APIs to RESTful conventions, ensuring backward compatibility for all legacy endpoints. @@ -30,7 +30,7 @@ Released on May 13, 2026. - Agent: Enables the **Code** component to output and display file-based attachments, such as charts and images, directly in the chat. [#14787](https://github.com/infiniflow/ragflow/pull/14787) - Reduces ingestion server boot time. [#14894](https://github.com/infiniflow/ragflow/pull/14894) -## Bug fixes +### Bug fixes - Images in multi-sheet Excel workbooks were not scoped by sheet, causing images to be incorrectly attributed across different worksheets. [#14120](https://github.com/infiniflow/ragflow/pull/14120) - Agent: Splits the **Message** component output into distinct 'waiting' and 'message' states when nested inside a **Iteration** component alongside a **Wait** component. [#14839](https://github.com/infiniflow/ragflow/pull/14839)