diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -36,9 +36,9 @@ TO DO Core and Builtins ----------------- -- Int/Long unification is halfway complete. There are a few broken tests, - the 'long' built-in hasn't been removed yet, and literals with trailing - 'L' or 'l' are still recognized. Performance may be sub-optimal. +- Int/Long unification is halfway complete. The 'long' built-in type + hasn't been removed yet, and literals with trailing 'L' or 'l' are + still recognized. Performance may be sub-optimal. - 'except E, V' must now be spelled as 'except E as V' and deletes V at the end of the except clause; V must be a simple name. |