CHANGELOG.rdoc in markaby-0.9.0 vs CHANGELOG.rdoc in markaby-0.9.1

- old
+ new

@@ -1,4 +1,23 @@ += HEAD + += 0.9.1 + +* update release tasks [tech task] +* re-release version since code was included in last release + += 0.9.0 + +* Add data attributes: https://github.com/markaby/markaby/pull/44 (rahoulb) + + * Add data + aria attributes + * Allow creation of custom web components / elements in html5 + my_custom_element prop: "value" => + "<my-custom-element prop="value"></my-custom-element>" + See https://stackoverflow.com/questions/9845011/are-custom-elements-valid-html5 + * split up tag sets into different files + * add standardrb + use code conventions + = 0.7.1 (2010-08-19) * Rails fixes for form_for called from erb templates = 0.7.0