CHANGELOG.md in action_presenter-1.1 vs CHANGELOG.md in action_presenter-1.1.1
- old
+ new
@@ -13,5 +13,9 @@
## Version 1.1
* 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]`
\ No newline at end of file