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