README.md in wamp_client-0.0.7 vs README.md in wamp_client-0.0.8

- old
+ new

@@ -4,11 +4,16 @@ [![Circle CI](https://circleci.com/gh/ericchapman/ruby_wamp_client/tree/master.svg?&style=shield&circle-token=92813c17f9c9510c4c644e41683e7ba2572e0b2a)](https://circleci.com/gh/ericchapman/ruby_wamp_client/tree/master) [![Codecov](https://img.shields.io/codecov/c/github/ericchapman/ruby_wamp_client/master.svg)](https://codecov.io/github/ericchapman/ruby_wamp_client) Client for talking to a WAMP Router. This is defined [here](https://tools.ietf.org/html/draft-oberstet-hybi-tavendo-wamp-02) +Please use [wamp_rails](https://github.com/ericchapman/ruby_wamp_rails) to integrate this GEM in to RAILS. + ## Revision History + - v0.0.8: + - Exposed 'yield' publicly to allow higher level libraries to not use the 'defer' + - Removed library version dependency - v0.0.7: - Added 'session' to the 'details' in the callbacks and handlers - v0.0.6: - Added call cancelling - Added call timeout