CHANGELOG.md in action_presenter-1.1.1 vs CHANGELOG.md in action_presenter-1.1.2
- old
+ new
@@ -16,6 +16,11 @@
* fix `present` helper to return presenter instance if no block is given (test braking change - release new minor version)
* RSpec inspired way to define short and consise methods
## Version 1.1.1
-* allow to scope variable when calling #present helper `present [:admin, @article]`
+* allow to scope variable when calling #present helper `present [:admin, @article]`
+
+## Version 1.1.2
+
+* bugfix: scoping variable was causing errors (passed object was an array)
+* integrate ViewHelper with Cells/Apotomo if it's installed
\ No newline at end of file