From: Jakub Pawlowicz Date: Tue, 27 Dec 2016 13:39:15 +0000 (+0100) Subject: See #801 - adds History.md entry. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=870c6bce1257c03eedaf1367b701fe7fbbcc2569;p=clean-css.git See #801 - adds History.md entry. --- diff --git a/History.md b/History.md index f04fc063..9c2aeb57 100644 --- a/History.md +++ b/History.md @@ -17,6 +17,7 @@ * Fixed issue [#758](https://github.com/jakubpawlowicz/clean-css/issues/758) - ignores rules with empty selector. * Fixed issue [#767](https://github.com/jakubpawlowicz/clean-css/issues/767) - disables remote `@import` inlining by default. * Fixed issue [#791](https://github.com/jakubpawlowicz/clean-css/issues/791) - resolves imports in-memory if possible. +* Fixed issue [#801](https://github.com/jakubpawlowicz/clean-css/issues/801) - smarter `@import` inlining. * Fixed issue [#817](https://github.com/jakubpawlowicz/clean-css/issues/817) - makes `off` disable rounding. * Fixed issue [#818](https://github.com/jakubpawlowicz/clean-css/issues/818) - disables `px` rounding by default. * Fixed issue [#834](https://github.com/jakubpawlowicz/clean-css/issues/834) - adds extra line break in nested blocks.