Changeset 4367 for trunk/RELEASE_NOTES.txt
- Timestamp:
- 07/12/08 09:04:08 (5 months ago)
- Files:
-
- 1 modified
-
trunk/RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4366 r4367 29 29 Allow the ^^/1 control construct to be used within extended categories. 30 30 Updated the "engines" example to illustrates this new functionality. 31 Improved the runtime error checking for those rare cases where the 32 argument of the ^^/1 control construct is not instantiated at compile 33 time. 31 32 Moved support for categories that complement existing objects from the 33 code generated when compiling objects to the Logtalk runtime, making the 34 implementation of this feature easier to maintain and contributing to 35 smaller code sizes of the intermediate Prolog files. 34 36 35 37
