README in sleepy_penguin-3.1.0 vs README in sleepy_penguin-3.1.0.26.g7181

- old
+ new

@@ -4,17 +4,18 @@ on events from traditionally non-I/O sources. Bindings to the eventfd, timerfd, inotify, and epoll interfaces are provided. == Features -* Thread-safe blocking operations under both Ruby 1.8 and 1.9. +* Thread-safe blocking operations for all versions of Ruby * IO-like objects are backwards-compatible with IO.select. * Epoll interface is fork-safe and GC-safe -* Unlike portable event frameworks, the Linux-only Epoll interface - allows using edge-triggered I/O for possibly improved performance +* Unlike portable event frameworks, the Linux-only epoll interfaces + allow using edge-triggered or one-shot notifications for possibly + improved performance * Fully-documented and user-friendly API == Install