CHANGELOG.md in loaf-0.2.1 vs CHANGELOG.md in loaf-0.3.0
- old
+ new
@@ -1,4 +1,12 @@
+0.3.0 (February 25, 2012)
+
+* Add loaf gem errors
+* Add custom options validator for filtering invalid breadcrumbs params
+* Renamed main gem helpers for adding breadcrumbs from `add_breadcrumb` to
+ `breadcrumb`, both inside controllers and views.
+* Add specs for isolated view testing.
+
0.2.1 (February 22, 2012)
* Add more integration tests and fixed bug with adding breadcrumbs inside view
* Add specs for controller extensions