From 26d4b21fd05d6e7da426f14398ae8aeeba511cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna-Sophia=20Schr=C3=B6ck?= <pba3h11aso@t-online.de> Date: Sun, 25 Nov 2018 15:40:08 +0100 Subject: [PATCH] add Changelog to readme --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 7ccb221..d41ede4 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,30 @@ Contact Questions, comments and bug reports can be sent to [pba3h11aso@t-online.de](mailto:pba3h11aso@t-online.de) + +ChangeLog +--------- + +Version 1.0.5 November 2018: +* Add libmn.h +* Add Config : mn-config.h +* rename header +* Add examples + +Version 0.9.3 November 2018: +* add autolock_t to mn-Thread +* add mn-autolock.h +* add spinlock + +Version 0.8.31 November 2018: +* add logical mutext handle to basic_thread +* rename function "delay" to "sleep" in basic_thread +* add function "nsleep" and "usleep" to basic_thread +* add "hild_thread" and "parent_thread" to basic_thread +* add function "get_root();" "get_child();" "add_child_thread(basic_thread* thread);" + +Version 0.8.3 November 2018: +* add nsleep, sleep, usleep, micros, milis + +Version 0.8.2, November 2018: +* Public release -- GitLab