summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnatoli Arkhipenko <arkhipenko@hotmail.com>2015-12-20 21:56:31 -0500
committerAnatoli Arkhipenko <arkhipenko@hotmail.com>2015-12-20 21:56:31 -0500
commit42d8d776e3fdb3c48700a3d88c8615dbf81da23f (patch)
treee9b086c9aac9360453ec079ed2905286dbfb11ed /README
parentff9be9377117960d03f44e493afb2e280f9b86ab (diff)
v1.9.2 - advancing version 1 up to avoid confusion with previous 1.9.1 which was pulled back
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 258958c..c6e66a5 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Task Scheduler – cooperative multitasking for Arduino microcontrollers
-Version 1.9.1: 2015-12-17
+Version 1.9.2: 2015-12-20
OVERVIEW:
A lightweight implementation of cooperative multitasking (task scheduling) supporting:
@@ -15,7 +15,7 @@ OVERVIEW:
Scheduling overhead: between 15 and 18 microseconds per scheduling pass (check the banchmark example).
Changelog:
-v1.9.1:
+v1.9.2:
2015-11-28 - _TASK_ROLLOVER_FIX is deprecated (not necessary)
2015-12-16 - bug fixes: automatic millis rollover support for delay methods
2015-12-17 - new method for _TASK_TIMECRITICAL option: getStartDelay()