Changeset 3976 for trunk/UPGRADING.txt

Show
Ignore:
Timestamp:
12/20/07 13:54:13 (13 months ago)
Author:
pmoura
Message:

Updated documentation on upgrading to Logtalk version 2.31.0.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADING.txt

    r3955 r3976  
    177177Logtalk 2.31.0 changes the "imports" relation between categories to the  
    178178relation "extends". The relation "imports" is now only used for objects  
    179 importing categories. Logtalk source files will need to be recompiled  
     179importing categories. This version also changes compiler hook support;  
     180you will need to update your code if you're using hook objects and hook  
     181predicates. Moreover, Logtalk source files will need to be recompiled  
    180182because of the changes done in this version to improve updating runtime  
    181183bookkeeping tables when loading new entities.