CHANGELOG.markdown in draper-0.18.0 vs CHANGELOG.markdown in draper-1.0.0.beta1
- old
+ new
@@ -1,6 +1,14 @@
# Draper Changelog
+## 0.18.0
+
+* [Adds the ability to decorate an enumerable proxy](https://github.com/drapergem/draper/commit/67c7125192740a7586a3a635acd735ae01b97837)
+
+* Many bug fixes.
+
+* Last version of Draper in the 0.x series.
+
## 0.17.0
* [Fix earlier fix of `view_context` priming](https://github.com/jcasimir/draper/commit/5da44336)
* [Add `denies_all`](https://github.com/jcasimir/draper/commit/148e732)
* [Properly proxy associations with regard to `find`](https://github.com/jcasimir/draper/commit/d46d19205e)