diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 15:42:08 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 15:42:08 +0200 |
commit | 6029a1f236941a9976801b33b95fbd7633cf326a (patch) | |
tree | 82c307022cbf3409d6a7296e9e4134e6f47a220c /Changes | |
parent | 145e048da74c921d3ef2865e2f95793480b8b315 (diff) | |
download | luatexbase-6029a1f236941a9976801b33b95fbd7633cf326a.tar.gz |
Write doc for compat.
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ Changes in the luatexbase package/bundle -2010/03/28 +Summary of backwards-incompatible interface changes between 0.1 and 0.2: + - the luatex objects are now in table luatexbase, not luatextra + - the Lua tables tex.attributenumber and tex.catcodetablenumber are not + created any more, use their couterparts in luatexbase. + - \luatexsetcatcoderange has been renamed to \setcatcoderange + +2010/03/29 all - use luatexbase as the Lua module name - change the filename of the lua module (suppress luatexbase.) |