From d96d425dd6ad712dcfd10e63c15e8267de59819e Mon Sep 17 00:00:00 2001 From: Kai Kewley Date: Thu, 6 Jun 2019 15:37:42 +0100 Subject: [PATCH] Release 2.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ pom.xml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8b1008c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog +All notable changes to this project will be documented in this file. + +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The change log format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + + +## 2.6.0 Release - 2019-06-06 + +Minor changes after feedback from the Modelling Advisory Group on the International Alpha release. + +### Improvements +- Use class axioms to make 'Concept model object attribute' and 'Concept model data attribute' a child of 'Concept model attribute' (CLASS-112). + - Removed workaround to create these relationships during NNF calculation. +- Validation improvement: + - Do not require referenceComponentId during conversion of owlExpression to a relationship representation. diff --git a/pom.xml b/pom.xml index fbd9d1d..607b83a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.snomed.otf snomed-owl-toolkit - 2.6.0-SNAPSHOT + 2.6.0 1.8