Author:halw
Date:2012-08-23T15:30:58.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1168 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2012-08-23 15:30:58 +00:00
parent 5b949a7fec
commit 2a5fa80566

View File

@@ -22,8 +22,7 @@
* Removed type qualifiers from manifest constants to follow the changes in the language rules that now prevent from using them in constant attribute declarations.
* VWEQ warnings will only be triggered for immediate code, not inherited code.
* The assignment attempt operator <e>?=</e> is now triggering an obsolete syntax warning.
* Changed expected content of verbatim strings to take into acccount that empty lines and empty lines
with blanks are considered as different (test#syntax045).
* Changed expected content of verbatim strings to take into account that empty lines and empty lines with blanks are considered as different (test#syntax045).
* Default projects are now console applications by default.
==Bug fixes==