Difference between revisions of "EiffelStudio 17.05 Releases"

m (Improvements: Added a note on making docking library completely void-safe.)
m (User changes: Added a note on changing interface of creation procedures.)
Line 17: Line 17:
  
 
===User changes===
 
===User changes===
 +
*library: Some creation procedures in the Docking library now require a docking manager object as an argument.
  
 
===Developer changes===
 
===Developer changes===

Revision as of 07:12, 26 February 2017

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

Beta download: https://ftp.eiffel.com/pub/beta/17.05/

17.05.x.x

New features

Improvements

  • library: Docking library is now completely void-safe. Breaking changes: some creation features now require a docking manager object as an argument.

Feature removed

Bug fixes

User changes

  • library: Some creation procedures in the Docking library now require a docking manager object as an argument.

Developer changes