From 0a87129bd89ee877c7060735dda70b906055f62b Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 8 Nov 2024 08:27:07 -0500 Subject: [PATCH] Add documentation for Issue 632 References: * https://github.com/ucoProject/UCO/issues/632 Signed-off-by: Alex Nelson --- releases/1.4.0/index.md | 1 + releases/2.0.0/index.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/releases/1.4.0/index.md b/releases/1.4.0/index.md index e705264..a46411a 100644 --- a/releases/1.4.0/index.md +++ b/releases/1.4.0/index.md @@ -28,6 +28,7 @@ UCO 2.0.0 **will** consider the following breaking changes. They are implemente * Warned of prior disjointedness declarations in `core:` and `types:` ([*GitHub Issue 586*](https://github.com/ucoProject/UCO/issues/586)) * Warned if an `AlternateDataStream` instance is not also a `FileSystemObject` ([*GitHub Issue 590*](https://github.com/ucoProject/UCO/issues/590)) * Warned if a `observable:Disk` instance is not also a `observable:StorageMedium` ([*GitHub Issue 612*](https://github.com/ucoProject/UCO/issues/612)) +* Warned if an `OperatingSystem` instance is not also a `Software` ([*GitHub Issue 632*](https://github.com/ucoProject/UCO/issues/632)) #### Changes diff --git a/releases/2.0.0/index.md b/releases/2.0.0/index.md index 5738ebc..8441027 100644 --- a/releases/2.0.0/index.md +++ b/releases/2.0.0/index.md @@ -37,6 +37,8 @@ custom_css: releases *(These are general changes to the preexisting ontology that are not breaking or range changes.)* +* Changed `OperatingSystem` parent class to `Software` ([*GitHub Issue 632*](https://github.com/ucoProject/UCO/issues/632)) + #### Bug Fixes