From 4925d9b50807c784abac0f73290e60a28322376b Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 26 Aug 2013 11:36:05 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98c6a9b..ac58283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ -== HEAD +=== HEAD +* Fix component.json. * 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. -== 2.1.1 (April 8, 2013) +=== 2.1.1 (April 8, 2013) * Normalize root `color` and `background` to counter the effects of system color schemes. -== 2.1.0 (January 21, 2013) +=== 2.1.0 (January 21, 2013) * Normalize `text-transform` for `button` and `select`. * Normalize `h1` margin when within HTML5 sectioning elements. @@ -20,11 +21,11 @@ * Add `main` element to HTML5 display definitions. * 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. -== 2.0.0 (August 19, 2012) +=== 2.0.0 (August 19, 2012) * Remove legacy browser form normalizations. * Remove all list normalizations. @@ -33,11 +34,11 @@ * Form elements automatically inherit `font-family` from ancestor. * 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. -== 1.0.0 (August 14, 2012) +=== 1.0.0 (August 14, 2012) (Only the notable changes since public release)