Navigation Menu

Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Aug 14, 2016
1 parent 8b61d32 commit 441c465
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ChangeLog.md
@@ -1,6 +1,13 @@
## Changes between Bunny 2.5.0 and 2.6.0 (unreleased)

No changes yet.
### More Defensive Consumer Work Pool

`Bunny::ConsumerWorkPool#join` and `Bunny::ConsumerWorkPool#pause`
no longer fails with a `NoMethodError` on nil when executed
on a work pool that doesn't have active threads (consumers).

This change is largely cosmetic and won't affect the majority
of of projects in any way.


## Changes between Bunny 2.4.0 and 2.5.0 (July 20th, 2016)
Expand Down

0 comments on commit 441c465

Please sign in to comment.