Changeset 4045 for trunk/UPGRADING.txt

Show
Ignore:
Timestamp:
01/23/08 07:37:02 (12 months ago)
Author:
pmoura
Message:

Changed the predicate used to load Prolog files, adding an additional argument that represents a list of load/compile options (notably, encoding/1).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADING.txt

    r4036 r4045  
    188188Old values are deprecated but still recognized for compatibility with older  
    189189Logtalk releases (see the config files of YAP and SWI-Prolog). 
     190 
     191Logtalk 2.31.3 changes the predicate used to load Prolog files, adding an  
     192additional argument that represents a list of load/compile options (notably, 
     193encoding/1). Older config files are incompatible with this new Logtalk  
     194version.