From 95b6970df830b9129e722cfaba75ea6e5ddd8573 Mon Sep 17 00:00:00 2001 From: Michael Barlow <25936840+Michael-JB@users.noreply.github.com> Date: Tue, 21 May 2024 14:06:47 +0200 Subject: [PATCH] fix: Update document index entry in CHANGELOG.md This fix did not make it into the last release. --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9329c920..666254782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ... ### Fixes -... +- The document index client now correctly URL-encodes document names in its queries. ### Deprecations ... @@ -28,7 +28,6 @@ ### Fixes - `ExpandChunks`-task is now fast even for very large documents -- The document index client now correctly URL-encodes document names in its queries. ### Deprecations ...