From a8dffd265a72a119407e79962f8ec3e0608fe781 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 18 Jun 2024 08:34:51 -0400 Subject: [PATCH] Add documentation for Issue 590 References: * https://github.com/ucoProject/UCO/issues/590 Signed-off-by: Alex Nelson --- releases/1.4.0/index.md | 1 + releases/2.0.0/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/releases/1.4.0/index.md b/releases/1.4.0/index.md index ace4b35..884d1fb 100644 --- a/releases/1.4.0/index.md +++ b/releases/1.4.0/index.md @@ -26,6 +26,7 @@ UCO 2.0.0 **will** consider the following breaking changes. They are implemente * Warned if target or source on an `ObservableRelationship` are not `Observable`s ([*GitHub Issue 573*](https://github.com/ucoProject/UCO/issues/573)) * 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)) #### Changes diff --git a/releases/2.0.0/index.md b/releases/2.0.0/index.md index 8e7ec77..f0a835b 100644 --- a/releases/2.0.0/index.md +++ b/releases/2.0.0/index.md @@ -46,6 +46,7 @@ custom_css: releases * Aligned `types:Thread` with `core:UcoInherentCharacterizationThing` ([*GitHub Issue 509*](https://github.com/ucoProject/UCO/issues/509)) * Designated `observable:ObservablePattern` a subclass of `pattern:Pattern` ([*GitHub Issue 543*](https://github.com/ucoProject/UCO/issues/543)) * Designated `action:ActionLifecycle` a subclass of `action:ActionPattern` ([*GitHub Issue 556*](https://github.com/ucoProject/UCO/issues/556)) +* Changed `AlternateDataStream` parent class to `FileSystemObject` ([*GitHub Issue 590*](https://github.com/ucoProject/UCO/issues/590)) ## Documentation