CHANGELOG in simple-navigation-3.7.0 vs CHANGELOG in simple-navigation-3.8.0

- old
+ new

@@ -1,4 +1,12 @@ +*3.8.0 + +* Changed the way the context is fetched. Fixes incompatibility with Gretel. Thanks to Ivan Kasatenko. +* Added :join_with option to links renderer. Thanks to Stefan Melmuk. +* Added :prefix option to breadcrumb renderer. Credits to Rodrigo Manhães. +* Added :ordered option for allowing list renderer to render an <ol> rather than a <ul>. +* Sinatra adapter no longer renders attributes with nil values as attributes with empty strings in the output, instead electing not to render the attribute at all. Thanks to revdan for pointing this out. + *3.7.0 * Added new adapater for working with the Nanoc static site generation framework. * Fix issue #22 - last link in a breadcrumb trail may now be rendered as static text insted by supplying :static_leaf => true as an option * Allow breadcrumbs to be provided with link id and classes by supplying :allow_classes_and_ids => true as an option