CHANGELOG.md in ruby_ami-2.2.1 vs CHANGELOG.md in ruby_ami-2.3.0

- old
+ new

@@ -1,6 +1,12 @@ # [develop](https://github.com/adhearsion/ruby_ami) +# [2.3.0](https://github.com/adhearsion/ruby_ami/compare/v2.2.1...v2.3.0) - [2015-06-01](https://rubygems.org/gems/ruby_ami/versions/2.3.0) + * Feature: Allow optional error handler when calling `send_action` + * Bugfix: Catch for Errno::HOSTUNREACH error when connecting to AMI + * Bugfix: Add support for Goodbye responses instead of processing them as syntax errors + * Bugfix: Allow simple example of event handling (switching on `event.name` only) to work by giving connection status events a name to match their class names + # [2.2.1](https://github.com/adhearsion/ruby_ami/compare/v2.2.0...v2.2.1) - [2014-05-22](https://rubygems.org/gems/ruby_ami/versions/2.2.1) * Bugfix: Ensure DateTime is present when consumer code doesn't `require 'time'` ([#24](https://github.com/adhearsion/ruby_ami/issues/24)) # [2.2.0](https://github.com/adhearsion/ruby_ami/compare/v2.1.0...v2.2.0) - [2014-02-28](https://rubygems.org/gems/ruby_ami/versions/2.2.0) * Feature: Provide timestamps of events as `#timestamp`, `#receipt_time` and `#best_time`.