Skip to content

Commit

Permalink
docs: changes since 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arempe93 committed May 27, 2016
1 parent 4e23b62 commit daa3211
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.4.0

* [#19](https://github.com/arempe93/bunny-mock/pull/12): Adds support for JRuby with Bunny 1.7.0 - [@TimothyMDean](https://github.com/TimothyMDean)
* [#16](https://github.com/arempe93/bunny-mock/issues/16): Fixes wildcard implementation for topic exchanges - [@arempe93](https://github.com/arempe93)
* [#15](https://github.com/arempe93/bunny-mock/issues/15): Changes to `Queue#pop` api to match Bunny - [@arempe93](https://github.com/arempe93)

## v1.3.0

* [#12](https://github.com/arempe93/bunny-mock/pull/12): Adds `basic_publish` functionality to `Channel` - [@podung](https://github.com/podung)
Expand Down
10 changes: 10 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Upgrading BunnyMock
===================

## Upgrading to >= 1.4.0

#### Changes to `Queue#pop` api

The implmentation of `BunnyMock::Queue#pop` has changed to support the same return value as `Bunny`. The old functionality is still enabled by default. To use the new functionality that matches `Bunny`, place the following in your `spec_helper.rb` or etc.

```ruby
BunnyMock.use_bunny_queue_pop_api = true
```

## Upgrading to >= 1.2.0

#### Changes `has_binding?` to `routes_to?` in `BunnyMock::Exchange`
Expand Down

0 comments on commit daa3211

Please sign in to comment.