From 10594ecccb12c25d40aeb4c8f7a7b2b74c59eb1d Mon Sep 17 00:00:00 2001
From: Christian Witzler <c.witzler@fz-juelich.de>
Date: Tue, 29 Nov 2022 16:04:17 +0100
Subject: [PATCH] update changelog to include cache fix changes

---
 CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6fabef3..33d611d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@
 - parameter FLASK_DEBUG
 - parameter INIT_FILE
 - optional sleep in mpi wait for commands, to reduce CPU load during idle
+- additional information available in cache searches
+  - total pages
+  - total entries fitting search
 
 ### Changed
 - streamlined internal MPI communication, to reduce send data
@@ -14,6 +17,7 @@
 ### Fixed
 - for python versions < 3.10 JuMoNC depends on typing-extension
 - logging was not setup correctly for use with mpi
+- links in cache searches for further pages were not including the path parameter
 
 
 ## [0.9.0] - 2022-11-13
-- 
GitLab