about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-16 10:08:06 +0000
committerEric Wong <e@80x24.org>2016-12-16 10:09:04 +0000
commit696fdb1e450d81d984fb41143fab4fade9e6aad0 (patch)
treeb3a6a159e31fc823e538a30f587b16f526f62e28
parent333347c3ae54c8d605c673fcd11ff8dcb2ea4c38 (diff)
downloadkgio-696fdb1e450d81d984fb41143fab4fade9e6aad0.tar.gz
Since we're on the cusp of Ruby 2.4, I guess 2.3 features
are stable.
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index e81b0a9..e3e3906 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,2 @@
 * obsolete kgio by improving *_nonblock methods in Ruby itself
-  (Mostly done Ruby 2.3.0)
+  (Done for *_nonblock in Ruby 2.3.x, not sure for poll and writev support)