From 790fb8b6c78d4add7e641924a22a08ca325978bb Mon Sep 17 00:00:00 2001 From: "i.nueske" <i.nueske@indiscale.com> Date: Sat, 30 Nov 2024 12:10:26 +0100 Subject: [PATCH] DOC: Update Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0544d70b..03afb6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [#103](https://gitlab.com/linkahead/linkahead-pylib/-/issues/103) `authentication/interface/on_response()` does not overwrite `auth_token` if new value is `None` +* [#119](https://gitlab.com/linkahead/linkahead-pylib/-/issues/119) + The diff returned by compare_entities now uses id instead of name as key if either property does not have a name ### Security ### -- GitLab