Changeset 778 for trunk/UPGRADING

Show
Ignore:
Timestamp:
04/01/04 05:49:32 (5 years ago)
Author:
pmoura
Message:

Updated documentation for new release 2.16.2.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADING

    r776 r778  
    7171containing operator declarations is needed in order to take advantage of the  
    7272improvements made. 
     73 
     74Logtalk 2.16.1 now checks for attempts to redefined built-in Logtalk control  
     75constructs when compiling source files. These checks may generate compilation  
     76errors on files containing bugs that are not detected on previous versions of  
     77the compiler. 
     78 
     79Logtalk version 2.16.2 changed the possible option values of the read-only  
     80compiler option "startup_message" to "none", "banner", and "flags". Default  
     81value is "flags" (print both banner and default flag values).