summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-24 13:41:42 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-24 15:50:13 +0200
commit6bda70baf5728f0a03f0ec86a158c5f582669ea6 (patch)
treea49e0c7b5279e57cc319cae9557270635a355ca4 /Changes
parentfc93a1e7194dd76d89f4ade353675ecf10e223d4 (diff)
downloadluatexbase-6bda70baf5728f0a03f0ec86a158c5f582669ea6.tar.gz
Fix typo that broke mutliple loading.
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 5816f95..745c417 100644
--- a/Changes
+++ b/Changes
@@ -4,6 +4,8 @@
attr
- allocate from 1 to avoid problems with some external code
- provide a Lua interface: new_attribute() and unset_attribute().
+ modutils
+ - fix bug with module require_module()-ed many times.
Summary of backwards-incompatible interface changes between 0.1 and 0.2:
- Lua objects are now in table luatexbase, not luatextra.