aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-06-28 15:48:15 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-06-28 15:48:15 +0900
commit15a4403f244f70234dce8f6a89ea94796dee3022 (patch)
tree0108c0ba4a1fea0f52c720f33df7161f1d9015e8 /NEWS
parent40adf95c24f85f475896e1c55e1af5f32349729a (diff)
chopstx_poll change
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 16fe07a..a1ac1c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
NEWS - Noteworthy changes
+* Major changes in Chopstx 1.1
+
+ Released 2016-07-XX
+
+** 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.
+
+
* Major changes in Chopstx 1.0
Released 2016-06-16