Known Problems fixed in AJIS 7.0.1

- L514-021: Issue binding renames of constant expressions.
 Problem:    Binding a renamed enumeration or a renamed constant expression
             generates invalid code (i.e. generation of setters for these bound
             elements.
 Workaround: Avoid renaming of constant expression and use subtypes instead.

- L516-006: Problem binding aliased unconstrained arrays
 Problem:    Ada2Java crashes with an Not_Supported exception when trying to
             bind an aliased unconstrained array.
 Workaround: Use the Ada2Java switch --unaliased-access.
