From 071bb5e4a790edbb808d0e87f5854c89e5953bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20C=C3=A9r=C3=A8s?= Date: Thu, 12 Dec 2024 19:35:20 +0100 Subject: [PATCH] Update CHANGELOG for version 4.6.1: add new features, fixes, and documentation improvements --- CHANGELOG.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd38a904f..d92fee3b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,24 @@ # Corese Changelog -## Version 4.6.1 – Elasticsearch +## Version 4.6.1 – 2024-12-12 ### Added + - Code cleanup and refactoring to improve readability and maintainability. - - Reworking of the Property class as a proper singleton + - Reworking of the Property class as a proper singleton. - HTTPHeaders class created to centralize repeated definitions of HTTP headers. - -- Elasticsearch's integration: +- Elasticsearch's integration. - EdgeChangeListener class created to listen to edge changes and deletion. +- Add SLF4J dependency to the project. ### Fixed -- Fixed possibility of apparition of XML comment into JSON results + +- Fixed possibility of apparition of XML comment into JSON results. +- Fixed missing SLF4J dependency. + +### Changed + +- Cleaned documentation website. ## Version 4.6.0 – 2024-10-28