Skip to content

Commit

Permalink
Change log update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 29, 2013
1 parent e022bac commit 6cd6a3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changes between Bunny 1.0.5 and 1.0.6

### Bunny::Session#with_channel Ensures the Channel is Closed

`Bunny::Session#with_channel` now makes sure the channel is closed
even if provided block raises an exception

Contributed by Carl Hoerberg.


### Channel Number = 0 is Rejected

`Bunny::Session#create_channel` will now reject channel number 0.
Expand Down

0 comments on commit 6cd6a3d

Please sign in to comment.