Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 503 Bytes

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 503 Bytes

develop

1.1.0 - 2013-07-05

  • Feature: Allow setting an alternative condition to permit use of Celluloid::Condition in place of ConditionVariable
  • Feature: Allow termination of resources, which raises an exception on reads

1.0.0 - 2012-03-13

  • Feature: Better testing and documentation

0.0.2

  • Feature: FutureResource#resource now takes an optional argument of the number of seconds to wait before timing out. On timeout, a Timeout::Error will be raised.

0.0.1

  • Initial Release