Requirement for the public qualifier
The requirement for the public qualifier is now made strict.
- The Mosel postprocessing API (C, C#, Java etc.) function XPRMfindident no longer works for entities that are not explicitly declared as public.
- When a user (record) type definition is public, all types used for fields in this record definition must be public (even if the fields themselves possibly are not public).