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