From 1d3a6ba577441dd7df8f4267e285e163d9d52243 Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Mon, 11 Nov 2024 12:05:50 +0200 Subject: [PATCH] Add repair axiom annotation merge bug to Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba03d1543..adfd17655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Output inferred object property assertions using Whelk reasoner, by updating to Whelk 1.1.3. [#1121] +- Bug was fixed that caused logical axioms with axiom annotations not to be processed correctly when merging axiom annotations [#1223] ### Changed - Update Whelk to 1.2.1 [#1221]