From 72cc9e5cb3c59fdd4636f98f235917b6470cc015 Mon Sep 17 00:00:00 2001 From: Max Mikhailov Date: Wed, 22 Oct 2014 15:00:12 +0400 Subject: [PATCH] minor correction for color changes in v2 See https://github.com/less/less-docs/commit/3052f8bfa9302b6f35205011b1b6938c78745ea1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 170cb10ff..8a9690721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ For a guide to breaking changes see [the v2 upgrade guide](http://lesscss.org/usage/#v2-upgrade-guide) - no longer including old versions of less in the repo or npm - not including test less and gradle files in npm - - colours now output in the format they are added unless compressing, so yellow will output yellow, not its hex counterpart + - colours now output in the format they are added, so yellow will output yellow, not its hex counterpart - better parsing - better comment support and comments in brackets can now contain comments including quotes. - Removal of dependency on clean-css - install less-plugin-clean-css and use --clean-css to reference plugin - Environment Support - less is now separate from its node and browser environment implementations and adding support for another javascript environment should be straight forward.