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 84b21341..cf8afa01 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
@@ -66,7 +66,7 @@ The change does not allow previously void-unsafe code to be treated as void-safe
index_set
end
-The specific changes in the compiler and cursor classes include:
+*:The specific changes in the compiler and cursor classes include:
** Optimized code generation for iteration instruction calls to after and forth by rechecking the code with the actual type of a cursor variable.
** Added lower and upper to READABLE_INDEXABLE to be used instead of index_set by iteration cursor.
** Marked {READABLE_INDEXABLE}.index_set as obsolete in favor of lower and upper to avoid object creation, especially when implementing external cursors for iterative forms of a loop.