From ac4e36254d826b1717045368c7663f63d2129f91 Mon Sep 17 00:00:00 2001 From: Thomas Egense Date: Sat, 23 Dec 2023 10:14:16 +0100 Subject: [PATCH] changes added --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 598c1ccf..6cbd536a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ **NOTE** Generally, we only add terms to the Solr schema, so it should usually be compatible with previous versions (i.e. clients should be able to query across both without modification). However, there are been a small number of fixes which unfortunately required breaking changes you may need to be aware of or work-around. e.g. [hash becomes single-valued](https://github.com/ukwa/webarchive-discovery/issues/95)... TBA... +3.3.1 +----- + (UNRELEASED) + +source_file and source_file_path are not set correct as there were in version 3.2.0. + 3.3.0 -----