Skip to content

Commit

Permalink
Add documentation for Issue 573
Browse files Browse the repository at this point in the history
References:
* ucoProject/UCO#573

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed May 1, 2024
1 parent 8a91fbb commit 5639bee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions releases/1.4.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ custom_css: releases

*(These are changes to ontologies, classes or properties in the preexisting ontology that make the new release non-backward-compatible.)*

UCO 2.0.0 **will** consider the following breaking changes. They are implemented in UCO 1.4.0 as "Warning"-level SHACL violations; in 2.0.0, they will be "Error"-level.

* Warned if target or source on an `ObservableRelationship` are not `Observable`s ([*GitHub Issue 573*](https://github.com/ucoProject/UCO/issues/573))


#### Changes

Expand Down
1 change: 1 addition & 0 deletions releases/2.0.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ custom_css: releases
*(These are changes to ontologies, classes or properties in the preexisting ontology that make the new release non-backward-compatible.)*

* Enforced `observable:File` and `:URL` disjointedness ([*GitHub Issue 536*](https://github.com/ucoProject/UCO/issues/536))
* Required target or source on an `ObservableRelationship` be `Observable`s ([*GitHub Issue 573*](https://github.com/ucoProject/UCO/issues/573))


#### General changes
Expand Down

0 comments on commit 5639bee

Please sign in to comment.