Skip to content

Commit

Permalink
Change log corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 22, 2012
1 parent b6f59de commit 2b0c0cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ChangeLog.md
Expand Up @@ -4,7 +4,7 @@

### langohr.basic/consume Handler Names

The options `langohr.basic/consume` takes now have consistent naming:
The options `langohr.consumers/create-default` takes now have consistent naming:

* `:consume-ok-fn` becomes `:handle-consume-ok-fn`
* `:cancel-fn` becomes `:handle-cancel-fn`
Expand All @@ -20,9 +20,9 @@ This makes handler argument names consistent across the board.

`1.0.0-beta6` has **BREAKING CHANGES**:

### langohr.basic/consume Delivery Handler Signature Change
### langohr.consumes/create-default Delivery Handler Signature Change

`langohr.basic/consume`'s `:handle-delivery-fn` signature is now consistent with
`langohr.consumers/create-default`'s `:handle-delivery-fn` signature is now consistent with
that of `langohr.basic/subscribe`:

``` clojure
Expand Down

0 comments on commit 2b0c0cd

Please sign in to comment.