Added link to discussion of iteration form of loop construct.

Author:halw
Date:2010-05-25T14:08:48.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@615 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2010-05-25 14:08:48 +00:00
parent f1cf9dcbfc
commit ed89de5792

View File

@@ -39,7 +39,7 @@
==Libraries== ==Libraries==
===EiffelBase=== ===EiffelBase===
* Added ability to traverse most containers in EiffelBase using the new <e>across</e> loop construct. * Added ability to traverse most containers in EiffelBase using the new iteration (<e>across</e>) [[ET: Instructions#A closer look at the iteration form| form of the loop construct]].
* Added a new feature <e>trim</e> to the <e>RESIZABLE</e> class and its decendants to allow for minimizing the allocated storage. * Added a new feature <e>trim</e> to the <e>RESIZABLE</e> class and its decendants to allow for minimizing the allocated storage.
* Modified <e>ARRAYED_QUEUE</e> to avoid using an extra slot that did not keep any value and was used only for implementation purposes. * Modified <e>ARRAYED_QUEUE</e> to avoid using an extra slot that did not keep any value and was used only for implementation purposes.
* Added support for correct mismatch in the SED serialization cluster. * Added support for correct mismatch in the SED serialization cluster.