From 2c360e6005bc4a7cbac2ccef2d56b2633480bc2b Mon Sep 17 00:00:00 2001 From: halw Date: Mon, 28 Nov 2011 19:39:10 +0000 Subject: [PATCH] Author:manus Date:2011-11-28T17:47:11.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1030 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- ...major-changes-between-ise-eiffel-68-and-ise-eiffel-70.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/major-changes-between-ise-eiffel-68-and-ise-eiffel-70.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/major-changes-between-ise-eiffel-68-and-ise-eiffel-70.wiki index 12cc4e1d..dd4b83f9 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/major-changes-between-ise-eiffel-68-and-ise-eiffel-70.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/major-changes-between-ise-eiffel-68-and-ise-eiffel-70.wiki @@ -29,7 +29,7 @@ make (...) * Taken into account changes of class options when performing recompilation. * Changed processing of "stable" features to follow the recent modifications to the standard. * Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error. -* Promoted keywords across and some from provisional syntax to the standard one. +* Promoted keywords across and some from the '''provisional''' [[Setting the syntax variant|syntax variant]] to the '''standard''' one. * Made class BIT_REF optional as soon as a BIT type is not used in a system (to be ready to drop support for BIT types in the next releases). * Replaced keyword completion for indexing with keyword completion for note. @@ -59,5 +59,5 @@ make (...) * Fixed several issues with separate feature calls. ===Store/Retrieve issues=== - +* Fixed an issue when there are too many mismatches in a storable, the retrieval would fail with an invalid object being retrieved.