Difference between revisions of "EiffelStudio 20.11 Releases"
(Added a page for the next release.) |
m (→Feature removed: Added a note about removing support for obsolete syntax with an exclamation mark.) |
||
Line 13: | Line 13: | ||
===Bug fixes=== | ===Bug fixes=== | ||
===Feature removed=== | ===Feature removed=== | ||
+ | * compiler: Dropped support for obsolete syntax with exclamation marks: | ||
+ | ** creation instruction/expression: use <e>create x</e> and <e>create {FOO} bar.make</e> instead of <e>!!x</e> and <e>!FOO!bar.make</e>; | ||
+ | ** type attachment marks: use <e>attached</e> and <e>detachable</e> instead of marks <code>!</code> and <code>?</code> respectively. | ||
+ | |||
===User changes=== | ===User changes=== | ||
===Developer changes=== | ===Developer changes=== |
Revision as of 06:00, 31 August 2020
Below are not the release notes of EiffelStudio. It is the change log of EiffelStudio intermediate releases and the most important changes are highlighted in green or in red (for breaking changes). The release notes of EiffelStudio can be found at the following URL. You can also download the latest revision here. Information about other version can be found under Category:Releases.
EiffelStudio 20.11.x Releases
Beta download: https://ftp.eiffel.com/pub/beta/
20.11.xx.yyyy (Month Day 2020)
New features
Improvements
Bug fixes
Feature removed
- compiler: Dropped support for obsolete syntax with exclamation marks:
- creation instruction/expression: use
create x
andcreate {FOO} bar.make
instead of!!x
and!FOO!bar.make
; - type attachment marks: use
attached
anddetachable
instead of marks!
and?
respectively.
- creation instruction/expression: use