From 88f8344e37e40624e10442f1387bb9eec5bb81a9 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 2 Jun 2016 07:52:54 +0000 Subject: [PATCH] Update wikipage Major changes between ISE Eiffel 15.12 and ISE Eiffel 16.05. (Signed-off-by:alexk). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1582 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- ...r-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki index b27f6eca..359d447c 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki @@ -56,7 +56,7 @@ The change does not allow previously void-unsafe code to be treated as void-safe ==Improvements== * Improve reporting for errors in regular expressions used in include and exclude file rules in ECF by adding position information and providing error description all the time. -* Improve performance of code using across iterator. Breaking change: custom descendants of READABLE_INDEXABLE may need to be updated in one of the following ways: +* Improve performance of code using across iterator. Breaking change: custom descendants of READABLE_INDEXABLE may need to be updated in one of the following ways: *# By removing index_set, if no backward compatibility with earlier versions of EiffelStudio is required *# By adding an explicit redeclaration clause for index_set, if backward compatibility with [[Release notes for EiffelStudio 15.12|EiffelStudio 15.12]] is required: