CHANGELOG.md in has-guarded-handlers-0.0.3 vs CHANGELOG.md in has-guarded-handlers-0.1.0

- old
+ new

@@ -1,8 +1,11 @@ +# 0.1.0 + * Allow setting a priority with which to execute a handler, where higher priority handlers are exectuted first + # 0.0.3 - # Allow classes to be passed as guards, matching against an event via #is_a? + * Allow classes to be passed as guards, matching against an event via #is_a? # 0.0.2 - # Bugfix: The mixin now does not hijack the target's initializer which was causing issues with inheritance + * Bugfix: The mixin now does not hijack the target's initializer which was causing issues with inheritance # 0.0.1 * Feature: Some code that works!