From 37a6f018e8d4167d09cf1732ecc9083a7c182b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 27 Sep 2011 00:59:10 -0300 Subject: [PATCH] CHANGELOG --- CHANGELOG.rdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index e6084623..dd9deb7c 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -3,6 +3,7 @@ * enhancements * Add `button_class` configuration to change the class of buttons (github.com/sryche) * Add `disabled` class to a disabled input + * Generate configuration file with `browser_validations` disabled * bug fix * Fallback to default label when block is provided (github.com/pivotal-casebook)