CHANGELOG.md in bh-1.2.0 vs CHANGELOG.md in bh-1.3.0

- old
+ new

@@ -4,9 +4,19 @@ For more information about changelogs, check [Keep a Changelog](http://keepachangelog.com) and [Vandamme](http://tech-angels.github.io/vandamme). +## 1.3.0 - 2014-02-02 + +* [FEATURE] Extend `form_for` to be wrapped in <li> when inside a `nav`, just like `link_to` +* [FEATURE] Extend `button_to` to be wrapped in <li> when inside a `nav`, just like `link_to` +* [BUGFIX] Match default placeholder with label content (therefore supporting localization) +* [ENHANCEMENT] Bootstrappify forms wrapped in `navbar`, setting their class to "navbar-form" +* [ENHANCEMENT] Add `:help` option to display a help block after most form fields +* [ENHANCEMENT] Bump Bootstrap version to 3.3.2 +* [ENHANCEMENT] Bump Font Awesome version to 4.3.0 + ## 1.2.0 - 2014-11-13 * [FEATURE] Add support for Middleman and Padrino for all helpers except `form_for` * [FEATURE] Extend `button_to` to accept the same :content, :size and :layout options as `button` * [DEPRECATION] Deprecate `glyphicon` in favor of `icon` (`glyphicon` will still work until version 2.0.0)