From e942df9f67ec71c375984933dc556c1b41a984f4 Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Sat, 25 May 2024 17:21:44 +0300 Subject: [PATCH] Update ELK entry in Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe0e6fe2..5bff6de45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `--enforce-obo-format`, `--exclude-named-classes` and `--include-subclass-of` features to relax command [#1060, #1183] - Updated obographs to [version 0.3.1](https://github.com/geneontology/obographs/releases/tag/v0.3.1) - Updated OWL API to 3.5.29. This includes a major update to OBO Format which now supports [IDSPACE declarations](https://github.com/owlcs/owlapi/pull/1102) (non-OBO Foundry prefixes). +- Updated Elk to version 0.6.0, see [here](https://github.com/liveontologies/elk-reasoner/issues/48#issuecomment-2130090254). ### Fixed - '--annotate-with-source true' does not work with extract --method subset [#1160]