Skip to content

Commit

Permalink
Change log update
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
michaelklishin committed Sep 5, 2012
1 parent 7442f40 commit 909f99a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changes between Langohr 1.0.0-beta3 and 1.0.0-beta4 ## Changes between Langohr 1.0.0-beta3 and 1.0.0-beta4


### Payload is Now Longer Assumed to Be a String

`langohr.basic/publish` no longer assumes the payload is always a string. It can be anything the `langohr.conversion/BytePayload`
protocol is implemented for, by default byte arrays and strings.

### queue.declare :exclusive Default Value Change ### queue.declare :exclusive Default Value Change


`langohr.queue/declare` now uses default value for the `:exclusive` parameter as `false`. The reason for `langohr.queue/declare` now uses default value for the `:exclusive` parameter as `false`. The reason for
Expand Down

0 comments on commit 909f99a

Please sign in to comment.