Update CHANGELOG

This commit is contained in:
Nicolas Gallagher 2013-08-26 11:36:05 -07:00
parent 690f8abb19
commit 4925d9b508

View File

@ -1,17 +1,18 @@
== HEAD === HEAD
* Fix component.json.
* Remove the gray background color from active links in IE 10. * Remove the gray background color from active links in IE 10.
== 2.1.2 (May 11, 2013) === 2.1.2 (May 11, 2013)
* Revert root `color` and `background` normalizations. * Revert root `color` and `background` normalizations.
== 2.1.1 (April 8, 2013) === 2.1.1 (April 8, 2013)
* Normalize root `color` and `background` to counter the effects of system * Normalize root `color` and `background` to counter the effects of system
color schemes. color schemes.
== 2.1.0 (January 21, 2013) === 2.1.0 (January 21, 2013)
* Normalize `text-transform` for `button` and `select`. * Normalize `text-transform` for `button` and `select`.
* Normalize `h1` margin when within HTML5 sectioning elements. * Normalize `h1` margin when within HTML5 sectioning elements.
@ -20,11 +21,11 @@
* Add `main` element to HTML5 display definitions. * Add `main` element to HTML5 display definitions.
* Fix cursor style for disabled button `input`. * Fix cursor style for disabled button `input`.
== 2.0.1 (August 20, 2012) === 2.0.1 (August 20, 2012)
* Remove stray IE 6/7 `inline-block` hack from HTML5 display settings. * Remove stray IE 6/7 `inline-block` hack from HTML5 display settings.
== 2.0.0 (August 19, 2012) === 2.0.0 (August 19, 2012)
* Remove legacy browser form normalizations. * Remove legacy browser form normalizations.
* Remove all list normalizations. * Remove all list normalizations.
@ -33,11 +34,11 @@
* Form elements automatically inherit `font-family` from ancestor. * Form elements automatically inherit `font-family` from ancestor.
* Drop support for IE 6/7, Firefox < 4, and Safari < 5. * Drop support for IE 6/7, Firefox < 4, and Safari < 5.
== 1.0.1 (August 19, 2012) === 1.0.1 (August 19, 2012)
* Adjust `small` font size normalization. * Adjust `small` font size normalization.
== 1.0.0 (August 14, 2012) === 1.0.0 (August 14, 2012)
(Only the notable changes since public release) (Only the notable changes since public release)