CHANGELOG.md in has-guarded-handlers-1.5.0 vs CHANGELOG.md in has-guarded-handlers-1.6.0
- old
+ new
@@ -1,6 +1,9 @@
# [develop](https://github.com/adhearsion/has-guarded-handlers)
+# [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
# [1.4.2](https://github.com/adhearsion/has-guarded-handlers/compare/v1.4.1...v1.4.2) - [2012-12-08](https://rubygems.org/gems/has-guarded-handlers/versions/1.4.2)
* Bugfix: Preserve the old 'API' by which handlers were called