CHANGELOG.md in has-guarded-handlers-1.6.0 vs CHANGELOG.md in has-guarded-handlers-1.6.2

- old
+ new

@@ -1,6 +1,13 @@ # [develop](https://github.com/adhearsion/has-guarded-handlers) +# [1.6.2](https://github.com/adhearsion/has-guarded-handlers/compare/v1.6.1...v1.6.2) - [2015-02-20](https://rubygems.org/gems/has-guarded-handlers/versions/1.6.2) + * Bugfix: Fix release pipeline + +# [1.6.1](https://github.com/adhearsion/has-guarded-handlers/compare/v1.6.0...v1.6.1) - [2015-02-20](https://rubygems.org/gems/has-guarded-handlers/versions/1.6.1) + * Bugfix: Ensure temp handlers are executed only once. + * Improved documentation on how chained handlers execute via `throw :pass`, `throw :halt`, and not explicitly throwing. + # [1.6.0](https://github.com/adhearsion/has-guarded-handlers/compare/v1.5.0...v1.6.0) - [2014-01-16](https://rubygems.org/gems/has-guarded-handlers/versions/1.6.0) * Feature: Add a broadcast mode to handler triggering, which ignores what happens in handlers (return value and exceptions) and unconditionally continues the handler chain. # [1.5.0](https://github.com/adhearsion/has-guarded-handlers/compare/v1.4.2...v1.5.0) - [2012-12-08](https://rubygems.org/gems/has-guarded-handlers/versions/1.5.0) * Bugfix: Correct API preservation from previous release