History.txt in ffi-rzmq-0.9.7 vs History.txt in ffi-rzmq-1.0.0

- old
+ new

@@ -1,4 +1,13 @@ +== 1.0.0 / 20130109 + * Fix for issue #74 (send_multiple improperly handled single part messages). + + * Fix for issue #77 (unbind and disconnect). + + * Fix for issue #75 (socket monitor events). + + * The API is stable. Releasing 1.0. + == 0.9.7 / 20121221 * BROKE THE API. ZMQ::Poller#register and ZMQ::Poller#deregister don't take fd argument anymore. ZMQ::Poller#readables and ZMQ::Poller#writables return pollables instead of just fd when pollable is other than ZMQ socket.