aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2012-06-27 14:07:55 +0200
committerBenoit Germain <bnt.germain@gmail.com>2012-06-27 14:07:55 +0200
commit6234c2113a2b52ddc9fa900e7848f2cd19bd9394 (patch)
treedeb14fd69b53b863b825c954b50a58667e1bc19c /CHANGES
parentccd465a1c7c7257e85eb04fcc6767b38e794dbbe (diff)
downloadlanes-6234c2113a2b52ddc9fa900e7848f2cd19bd9394.tar.gz
lanes-6234c2113a2b52ddc9fa900e7848f2cd19bd9394.tar.bz2
lanes-6234c2113a2b52ddc9fa900e7848f2cd19bd9394.zip
* when a transfered function is not found in source, guess its name to help the user find out what's wrongv3.1.4
* new function lanes.nameof()
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 52b0349..95e0e70 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
1 1
2CHANGES: 2CHANGES:
3 3
4CHANGE 40: BGe 26-Jun-2012
5 * when a transfered function is not found in source, guess its name to help the user find out what's wrong
6 * new function lanes.nameof()
7
4CHANGE 39: BGe 23-Jun-2012 8CHANGE 39: BGe 23-Jun-2012
5 * lanes.timer() accepts a first_secs=nil to stop a timer 9 * lanes.timer() accepts a first_secs=nil to stop a timer
6 * timer lane catches errors and prints them 10 * timer lane catches errors and prints them