Add HISTORY.md entries for #51 which includes fixes for #42 and #53

This commit is contained in:
Eric Ferraiuolo 2013-06-04 12:59:50 -04:00
parent 6f6ea96cf1
commit 53046c5162

View File

@ -14,6 +14,9 @@ NEXT
`.pure-form-message-inline` but is meant for block elements. (Issue #32)
(dannytatom)
* Added focus styles for file, radio, and checkbox `<input>`s to improve
accessibility. (Issue #42) (codepb)
* `<textarea>`s now have the same styling as `<input>`s. (Issue #49) (rcbdev)
### Grids
@ -23,6 +26,11 @@ NEXT
meant that if another classname preceded the unit classname, then the rule
would not apply. (Issue #44)
### Menus
* Added `pure-menu-separator-vertical` classname that can be used to visually
separate horizonal menu items. (Issue #53) (codepb, mseri)
0.1.0 (2013-05-24)
------------------