Changeset 3977 for trunk/UPGRADING.txt

Show
Ignore:
Timestamp:
12/21/07 07:51:35 (13 months ago)
Author:
pmoura
Message:

Renamed the predicate property "alias/1" to "alias_of/1" in order to disambiguate its meaning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADING.txt

    r3976 r3977  
    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. This version also changes compiler hook support;  
    180 you will need to update your code if you're using hook objects and hook  
    181 predicates. Moreover, Logtalk source files will need to be recompiled  
    182 because of the changes done in this version to improve updating runtime  
    183 bookkeeping tables when loading new entities. 
     179importing categories. This version renames the predicate property "alias/1"  
     180to "alias_of/1" in order to disambiguate its meaning. This version also  
     181changes compiler hook support; you will need to update your code if you're  
     182using hook objects and hook predicates. Moreover, Logtalk source files will  
     183need to be recompiled because of the changes done in this version to improve  
     184updating runtime bookkeeping tables when loading new entities.