diff --git a/docs/release_notes.md b/docs/release_notes.md index c55fc7839..037921943 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -12,11 +12,17 @@ Key features, improvements and bug fixes in the latest releases. Released on December 31, 2025. +### Improvements + +- Memory: Enhances the stability of memory extraction when all memory types are selected. +- RAG: Refines the context window extraction strategy for images and tables. + ### Fixed issues -- Resolved an issue where the RAGFlow Server would fail to start if an empty memory object existed, and corrected the inability to delete a newly created empty Memory. -- Improved the stability of memory extraction across all memory types after selection. -- Fixed MDX file parsing support. +- Memory: + - The RAGFlow server failed to start if an empty memory object existed. + - Unable to delete a newly created empty Memory. +- RAG: MDX file parsing was not supported. ### Data sources