diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-6-compiler-history/major-changes-between-ise-eiffel-67-and-ise-eiffel-68.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-6-compiler-history/major-changes-between-ise-eiffel-67-and-ise-eiffel-68.wiki index d308adb2..22fdf5c2 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-6-compiler-history/major-changes-between-ise-eiffel-67-and-ise-eiffel-68.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-6-compiler-history/major-changes-between-ise-eiffel-67-and-ise-eiffel-68.wiki @@ -3,8 +3,8 @@ [[Property:weight|-15]] [[Property:uuid|4ae502ce-5832-c323-4c3a-d1b0d1243735]] ==What's new== -* Supported SCOOP concurrency model. -{{seealso|[[Differences between standard ECMA-367 and Eiffel Software implementation|Differences between standard ECMA-367 and Eiffel Software implementation]] }} +* Support for [[Concurrent Eiffel with SCOOP|SCOOP concurrency model]]. +{{seealso|
1) SCOOP implementation [[SCOOP implementation#Known limitations|limitations]].
2) [[Differences between standard ECMA-367 and Eiffel Software implementation|Differences between standard ECMA-367 and Eiffel Software implementation]]. }} ==Improvements== * Made ECF parser more tolerant by converting errors into warnings when the current namespace is unknown. diff --git a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki index be10725c..f94fd928 100644 --- a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki +++ b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki @@ -13,7 +13,7 @@ In other ways, particularly for early versions, the EiffelStudio implementation The differences between the EiffelStudio implementation of SCOOP and current and previous definitions of the SCOOP model are shown below. -=Known restrictions= +=Known limitations= ==Separate anchored types==