From 5fc9c8c0c1c701c9e0c683495d06036f2ff1579a Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sun, 11 Mar 2012 22:55:49 -0300 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e16c7af7..1c1d0a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### enhancements * Add `:inline_label` configuration to nested booleans to display text inline with checkbox. ([@ehoch](https://github.com/ehoch)) + * Add html support for hints ([@findrails](https://github.com/findrails)) ### bug fix * Fix `min_max` component to not output maximum value. ([@julian7](https://github.com/julian7)).