diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 6b5f7a06..01602a88 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -3,7 +3,7 @@ * Add default css class to button * Allow forms for objects that don't respond to the "errors" method * collection_check_boxes and collection_radio now wrap the input in the label - * Automatic add min/max values for numeric attributes based on validations and step for integers - HTML5 (by http://github.com/dasch) + * Automatic add min/max values for numeric attributes based on validations and step for integers - HTML5 (by github.com/dasch) * bug fix * Search for validations on both association and attribute