aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2011-02-12 17:06:03 +0100
committerBenoit Germain <bnt.germain@gmail.com>2011-02-12 17:06:03 +0100
commita661736f7984292a41d71847de68590f6b8ca08a (patch)
tree43e0799c20e835f1cc2d8c5fa1324b64301763e0 /CHANGES
parentc91a03bd956bf19848253bded8217687ccd2ad81 (diff)
downloadlanes-a661736f7984292a41d71847de68590f6b8ca08a.tar.gz
lanes-a661736f7984292a41d71847de68590f6b8ca08a.tar.bz2
lanes-a661736f7984292a41d71847de68590f6b8ca08a.zip
Changed idfunc signature and contract to clarify that fact it is not lua-callable and to be able to require the module it was exported from in the target lanes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 40362fb..64de559 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@ CHANGES:
3 3
4CHANGE X: 4CHANGE X:
5 5
6CHANGE 25 BGe 12-Feb-2011:
7 Changed idfunc signature and contract to clarify that fact it is not lua-callable
8 and to be able to require the module it was exported from in the target lanes
9
6CHANGE 24 DPtr 25-Jan-2011: 10CHANGE 24 DPtr 25-Jan-2011:
7 Changed lanes.c to export functions as a module rather than writing them directly to the globals table. 11 Changed lanes.c to export functions as a module rather than writing them directly to the globals table.
8 12