Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for Issue 602 #82

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions releases/1.4.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ UCO 2.0.0 **will** consider the following breaking changes. They are implemente
*(These are changes to ontologies, classes or properties in the preexisting ontology.)*

* Removed 1-member minimum on core:ContextualCompilation ([*GitHub Issue 599*](https://github.com/ucoProject/UCO/issues/599))
* Added review mechanisms for key-uniqueness in `types:Dictionary` ([*GitHub Issue 602*](https://github.com/ucoProject/UCO/issues/602))
- Added new subclasses of `types:Dictionary`, `types:ProperDictionary` and `types:ImproperDictionary`
- Added test for key uniqueness of dictionary entries for `types:Dictionary`, with "Warning"-level SHACL violations raised if repeated keys are found
- Encoded key uniqueness as a SHACL-validated requirement in `types:ProperDictionary`
- Changed definition of `types:Dictionary` to separate expectation of key uniqueness in `types:Dictionary` from formally validated requirement in `types:ProperDictionary`


#### Bug Fixes
Expand Down