From c919074e06c3afc207743b315b6e71284ff34e5a Mon Sep 17 00:00:00 2001 From: -LAN- Date: Tue, 13 May 2025 10:28:39 +0800 Subject: [PATCH] docs(CHANGELOG.md): Update CHANGELOG.md Signed-off-by: -LAN- --- .markdownlint.json | 3 ++- CHANGELOG.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.markdownlint.json b/.markdownlint.json index cb4aa7ebd8..e5f04d7f11 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,3 +1,4 @@ { - "MD024": false + "MD024": false, + "MD013": false } diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c6180068..8240aea2d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to Dify will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed + +- Fixed database configuration to allow DB_EXTRAS to set search_path via options (#16a4f77) + +### Changed + +- Updated dependencies: huggingface-hub (~0.16.4 to ~0.31.0), transformers (~4.35.0 to ~4.39.0), and resend (~0.7.0 to ~2.9.0) (#19563) + ## [0.15.7] - 2025-04-27 ### Added