Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
Release Notes
=============

v1.0.0-alpha.x
--------------

### Improvements

- Added `ui` and `uiPolicy` options for the `usage` field on traits and
specifications.
[#103](https://github.com/OpenAssetIO/OpenAssetIO-TraitGen/issues/103)

v1.0.0-alpha.11
--------------

### Bug fixes

- Reverted change to `kTraitSet` member of Specification classes
from using the `frozenset` type back to using the standard `set`. This
is for compatibility with pybind11<2.10.
Expand Down
8 changes: 6 additions & 2 deletions python/openassetio_traitgen/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@
"entity",
"relationship",
"locale",
"managementPolicy"
"managementPolicy",
"ui",
"uiPolicy"
]
}
}
Expand Down Expand Up @@ -175,7 +177,9 @@
"entity",
"relationship",
"locale",
"managementPolicy"
"managementPolicy",
"ui",
"uiPolicy"
]
}
}
Expand Down