From: XhmikosR Date: Tue, 18 Jun 2013 18:31:45 +0000 (+0300) Subject: Update History.md. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=341e74874cf103ae911a95d1e107f16789b3368b;p=clean-css.git Update History.md. Use code syntax for CSS keywords and use the same case for "URLs". --- diff --git a/History.md b/History.md index ab20a6d3..133f394d 100644 --- a/History.md +++ b/History.md @@ -11,23 +11,23 @@ 1.0.9 / 2013-06-11 ================== -* Fixed issue [#113](https://github.com/GoalSmashers/clean-css/issues/113) - @import in comments. +* Fixed issue [#113](https://github.com/GoalSmashers/clean-css/issues/113) - `@import` in comments. 1.0.8 / 2013-06-10 ================== -* Fixed issue [#112](https://github.com/GoalSmashers/clean-css/issues/112) - reducing box-shadow zeros. +* Fixed issue [#112](https://github.com/GoalSmashers/clean-css/issues/112) - reducing `box-shadow` zeros. 1.0.7 / 2013-06-05 ================== -* Support for `@import` urls starting with //. - By [@petetak](https://github.com/petetak) +* Support for `@import` URLs starting with `//`. + By [@petetak](https://github.com/petetak). 1.0.6 / 2013-06-04 ================== -* Fixed issue [#110](https://github.com/GoalSmashers/clean-css/issues/110) - data URIs in urls. +* Fixed issue [#110](https://github.com/GoalSmashers/clean-css/issues/110) - data URIs in URLs. 1.0.5 / 2013-05-26 ================== @@ -37,19 +37,19 @@ 1.0.4 / 2013-05-23 ================== -* Rewrite relative urls in imported stylesheets. +* Rewrite relative URLs in imported stylesheets. By [@bluej100](https://github.com/bluej100). 1.0.3 / 2013-05-20 ================== -* Support alternative `@import` syntax with file name not wrapped inside url() statement. +* Support alternative `@import` syntax with file name not wrapped inside `url()` statement. By [@bluej100](https://github.com/bluej100). 1.0.2 / 2013-04-29 ================== -* Fixed issue [#97](https://github.com/GoalSmashers/clean-css/issues/97) - --remove-empty & FontAwesome. +* Fixed issue [#97](https://github.com/GoalSmashers/clean-css/issues/97) - `--remove-empty` & FontAwesome. 1.0.1 / 2013-04-08 ==================