CHANGELOG.md in interactor-3.1.0 vs CHANGELOG.md in interactor-3.1.1
- old
+ new
@@ -1,20 +1,32 @@
+## 3.1.1 / 2018-05-30
+
+* [BUGFIX] Allow Context#fail! to accept a hash with string keys
+* [ENHANCEMENT] Many documentation updates
+
+## 3.1.0 / 2014-10-13
+
+* [FEATURE] Add around hooks
+
## 3.0.1 / 2014-09-09
* [ENHANCEMENT] Add TomDoc code documentation
## 3.0.0 / 2014-09-07
-* [FEATURE] Halt performance if the interactor fails prior
-* [ENHANCEMENT] Add support for Ruby 2.1
* [FEATURE] Remove "magical" access to the context through the interactor
* [FEATURE] Manage context values via setters/getters rather than hash access
* [FEATURE] Change the primary interactor API method from "perform" to "call"
* [FEATURE] Return the mutated context rather than the interactor instance
* [FEATURE] Replace interactor setup with before and after hooks
* [FEATURE] Abort execution immediately upon interactor failure
* [ENHANCEMENT] Build a suite of realistic integration tests
* [ENHANCEMENT] Move rollback responsibility into the context
+
+## 2.1.1 / 2014-09-30
+
+* [FEATURE] Halt performance if the interactor fails prior
+* [ENHANCEMENT] Add support for Ruby 2.1
## 2.1.0 / 2013-09-05
* [FEATURE] Roll back when an interactor within an organizer raises an error
* [BUGFIX] Ensure that context-deferred methods respect string keys