CHANGELOG.markdown in draper-1.0.0.beta2 vs CHANGELOG.markdown in draper-1.0.0.beta3

- old
+ new

@@ -1,6 +1,11 @@ # Draper Changelog +## 1.0.0.beta3 + +* Relaxed Rails version requirement to 3.0. Support for < 3.2 should be + considered experimental. Please file bug reports. + ## 1.0.0.beta2 * `has_finders` is now `decorates_finders`. [https://github.com/haines/draper/commit/33f18aa062e0d3848443dbd81047f20d5665579f](https://github.com/haines/draper/commit/33f18aa062e0d3848443dbd81047f20d5665579f) * If a finder method is used, and the source class is not set and cannot be inferred, an `UninferrableSourceError` is raised. [https://github.com/haines/draper/commit/8ef5bf2f02f7033e3cd4f1f5de7397b02c984fe3](https://github.com/haines/draper/commit/8ef5bf2f02f7033e3cd4f1f5de7397b02c984fe3)