From e591bc56edfca4b65242782abaf24648aeb1fd18 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Thu, 21 Mar 2013 16:59:23 +0000 Subject: [PATCH] changelog info --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e1fcc5..a1d1e369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # 1.4.1 WIP -- support for import inline option to include css that you do not want less to parse e.g. `@import (inline) "file.css";` -- better support for modifyVars (refresh styles with new variables, using a file cache), is now more resiliant + - support for import inline option to include css that you do not want less to parse e.g. `@import (inline) "file.css";` + - better support for modifyVars (refresh styles with new variables, using a file cache), is now more resiliant + - support for import silent option to reference external css, but not output it. Any mixin calls or extend's will be output. # 1.4.1