summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-11-11 01:27:33 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-11-11 15:53:12 +0100
commit9d982bb852cfd24ea5a68d693628cfc35a75892a (patch)
tree65680d0c491739948268f32fdf2dd1fb53895a8c /Changes
parent2dc94fe1386b7bd1ede75570c7ae8f32e0ed8861 (diff)
downloadluatexbase-9d982bb852cfd24ea5a68d693628cfc35a75892a.tar.gz
Restore module_log, it was actually used.0.3
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changes b/Changes
index 24ca861..d41f722 100644
--- a/Changes
+++ b/Changes
@@ -11,9 +11,11 @@ merge with luatex.sty. Afterwards, no other BI change is to be expected.
\RequireLuaModule with a unified syntax.
- [BI] luatexbase.use_module removed (use luatexbase.require_module with
a single argument instead).
- - [BI] removed module_log & module_term functions.
+ - [BI] luatexbase.module_term removed.
- [BI] removed support for version check using a floating point
number, only date is supported now.
+ - module_{error,warning,info,log} now apply string.format
+ automatically
- date, version and description are now optional.
- improved formatting of messages.
- luatexbase.require_module now returns curstom err/war/inf functions.