From 09f27704f5be59ffe12dcb2a8e54083f44b014ee Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka <gniibe@fsij.org> Date: Fri, 1 Jul 2016 11:50:25 +0900 Subject: Version 1.1 --- NEWS | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a1ac1c5..fa090b1 100644 --- a/NEWS +++ b/NEWS @@ -3,13 +3,18 @@ NEWS - Noteworthy changes * Major changes in Chopstx 1.1 - Released 2016-07-XX + Released 2016-07-01 ** API change: chopstx_poll -In version 1.0, chopstx_poll has variable arguments. It found -that it's challenging for ffi or lower level C implementation. -An example is that a program touches FPU registers for varargs. -So, we decided to avoid use of varargs in Chopstx. +In version 1.0, chopstx_poll has variable arguments. It found that +it's challenging for ffi or lower level C implementation, if C +compiler is new for the specific MCU target. Another example is that +a program touches FPU registers for varargs, even if no argument is +float. So, we decided to avoid use of varargs in Chopstx. + +** API change: chopstx_setpriority +In version 1.0, chopstx_setpriority does not return value. It is +changed to return old value of the priority. * Major changes in Chopstx 1.0 -- cgit v1.2.3