CHANGELOG.md in gretel-3.0.0 vs CHANGELOG.md in gretel-3.0.1
- old
+ new
@@ -1,7 +1,11 @@
Changelog
=========
+Version 3.0.1
+-------------
+* Breadcrumbs can now be inferred if you pass in an ActiveRecord model instance. E.g. `breadcrumb @product` is short for `breadcrumb :product, @product`.
+
Version 3.0
-----------
* Support for defining breadcrumbs using `Gretel::Crumbs.layout do ... end` in an initializer has been removed. See the readme for details on how to upgrade.
* Breadcrumbs rendering is now done in a separate class to unclutter the view with helpers. The public API is still the same.
* Support for rendering the breadcrumbs in different styles like ul- and ol lists, and for use with [Twitter Bootstrap](http://getbootstrap.com/). See the `:style` option in the readme for more info.
\ No newline at end of file