Difference between revisions of "EiffelStudio 6.0 Releases"

(Bug fixes)
(New features)
Line 7: Line 7:
 
* Possibility for "hidden/implementation" clusters in libraries, clusters that are not accessible if the library is used (like libraries in libraries are not accessible).
 
* Possibility for "hidden/implementation" clusters in libraries, clusters that are not accessible if the library is used (like libraries in libraries are not accessible).
 
* Don't do an expensive degree 6 when we freeze or finalize.
 
* Don't do an expensive degree 6 when we freeze or finalize.
* Clusters are recursive by default.
+
* Newly added clusters are recursive by default.
  
 
===Feature removed===
 
===Feature removed===

Revision as of 09:15, 4 October 2006

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 6.0.x Releases

6.0.x

Placeholder for new stuff since last intermediate release.

New features

  • Possibility for "hidden/implementation" clusters in libraries, clusters that are not accessible if the library is used (like libraries in libraries are not accessible).
  • Don't do an expensive degree 6 when we freeze or finalize.
  • Newly added clusters are recursive by default.

Feature removed

Bug fixes

  • Don't do an expensive degree 6 if assertion level or similar project settings have changed.

User changes

Developer changes