diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2012-06-24 15:12:32 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2012-06-24 15:12:32 +0200 |
commit | 14acdd61de1e3679cb731713c6e5aba274fa8869 (patch) | |
tree | bce1234e0a956abbd8fb5b1f383fe7e10b2881ed /CHANGES | |
parent | fc20e54ac64569ad53118084a2b0615f84eed5b1 (diff) | |
download | lanes-14acdd61de1e3679cb731713c6e5aba274fa8869.tar.gz lanes-14acdd61de1e3679cb731713c6e5aba274fa8869.tar.bz2 lanes-14acdd61de1e3679cb731713c6e5aba274fa8869.zip |
fix issue #25
* lanes.timer() accepts a first_secs=nil to stop a timer
* timer lane catches errors and prints them
* fixed some typos in manual
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ | |||
1 | 1 | ||
2 | CHANGES: | 2 | CHANGES: |
3 | 3 | ||
4 | CHANGE 39: BGe 23-Jun-2012 | ||
5 | * lanes.timer() accepts a first_secs=nil to stop a timer | ||
6 | * timer lane catches errors and prints them | ||
7 | * fixed some typos in manual | ||
8 | |||
4 | CHANGE 38: BGe 11-Jun-2012 | 9 | CHANGE 38: BGe 11-Jun-2012 |
5 | * linda:receive() batched mode now accepts a max_count optional argument | 10 | * linda:receive() batched mode now accepts a max_count optional argument |
6 | 11 | ||