This release consists of changes to comply to new language features in Delphi for .NET.
Added: New compiler option 'Delphi 8 for .NET'
Modification: The parser now accepts visibility specifiers strict private and strict protected. The new specifiers are not given any special treatment, 'strict private' and 'strict protected' are handled as 'private' and 'protected', respectively.
Modification: Support for the experimental directive. The directive is not given any special attention beyond being accepted by the parser.
Modification: Support for class constructors.
See version history for details of the changes for previous versons.