CHANGELOG.md in oprah-0.1.2 vs CHANGELOG.md in oprah-0.1.3
- old
+ new
@@ -1,4 +1,15 @@
+0.1.3
+-----
+
+- Presenters can now be specified using the `only:` keyword
+ argument, which takes either a Class or an Array of classes
+- Replace repeated method default arguments with splats
+- Add assertions to TestHelper
+- Delegate to most recent view context in presenters created
+ from within Rails controllers [#1]
+- Add #present and #present_many methods to Presenter [#2]
+
0.1.2
-----
- Explicitly rescue NameError in Cache#presenter_classes_for
- Add Oprah::TestHelpers