File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
python/openassetio_traitgen Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ v1.0.0-alpha.x
5
+ --------------
6
+
7
+ ### Improvements
8
+
9
+ - Added ` ui ` and ` uiPolicy ` options for the ` usage ` field on traits and
10
+ specifications.
11
+ [ #103 ] ( https://github.com/OpenAssetIO/OpenAssetIO-TraitGen/issues/103 )
12
+
4
13
v1.0.0-alpha.11
5
14
--------------
6
15
16
+ ### Bug fixes
17
+
7
18
- Reverted change to ` kTraitSet ` member of Specification classes
8
19
from using the ` frozenset ` type back to using the standard ` set ` . This
9
20
is for compatibility with pybind11<2.10.
Original file line number Diff line number Diff line change 88
88
" entity" ,
89
89
" relationship" ,
90
90
" locale" ,
91
- " managementPolicy"
91
+ " managementPolicy" ,
92
+ " ui" ,
93
+ " uiPolicy"
92
94
]
93
95
}
94
96
}
175
177
" entity" ,
176
178
" relationship" ,
177
179
" locale" ,
178
- " managementPolicy"
180
+ " managementPolicy" ,
181
+ " ui" ,
182
+ " uiPolicy"
179
183
]
180
184
}
181
185
}
You can’t perform that action at this time.
0 commit comments