Add HISTORY entry for removal of -webkit-font-smoothing from Buttons

This commit is contained in:
Eric Ferraiuolo 2013-08-23 12:08:56 -04:00
parent 5b2e42a57d
commit bece129498

View File

@ -4,6 +4,12 @@ Pure Change History
NEXT NEXT
---- ----
### Buttons
* Removed `-webkit-font-smoothing: antialiased` rule from Buttons. Pure should not
dictate sub-pixel font rendering, that should be left to the person's browser
settings and/or the developer. ([#170][] @dchest)
### Forms ### Forms
* Added `:focus` styles to `[readonly]` `<input>` elements. ([#143][]) * Added `:focus` styles to `[readonly]` `<input>` elements. ([#143][])
@ -17,6 +23,8 @@ NEXT
[#143]: https://github.com/yui/pure/issues/143 [#143]: https://github.com/yui/pure/issues/143
[#154]: https://github.com/yui/pure/issues/154 [#154]: https://github.com/yui/pure/issues/154
[#170]: https://github.com/yui/pure/issues/170
0.2.1 (2013-07-17) 0.2.1 (2013-07-17)
------------------ ------------------