Release 10.2.1

Apart from bug fixes the main change in Release 10.2.1 is as follows:

Assigning Boolean Objects using Commands (JavaScript Engine Deployment)

Using commands, Boolean Objects can only be assigned or tested with True or False, regardless of their instance values. Therefore, if you need to assign or test a 'Boolean' type Object to one of its instance values (other than True/False) then you should use a 'List' type Base Class instead (you can change the Base Class of an existing Boolean Object to a List Base Class)

For example for a Boolean question 'Gender' with values 'Male' and 'Female' you should use a List rather than a Boolean Attribute (even if it only has have two values)