about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-10-09 01:01:53 +0000
committerEric Wong <e@80x24.org>2015-10-09 21:54:19 +0000
commit64dc570f4b99f68b5ed792b36e7e8abc3df74927 (patch)
tree9c953120593bf303d90eda4c6d5afc0b0aa9691d /TODO
parent26d81c709a842c2435c2ef8acd47ffc0976978ed (diff)
downloadkgio-64dc570f4b99f68b5ed792b36e7e8abc3df74927.tar.gz
This avoids breaking compatibility for existing apps, but
is less performant (although safer and more resilient to future
changes in Ruby) than the previous C version.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index c6560b2..a7a08de 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,2 @@
-* remove old autopush interface (for kgio 3.x)
 * obsolete kgio by improving *_nonblock methods in Ruby itself
-  (Mostly done Ruby 2.3.0)
+  (Mostly done for Ruby 2.3.0)