1.4.1 so far changelog changes

This commit is contained in:
Luke Page
2013-03-21 10:46:02 +00:00
parent b726b0d96c
commit ab1a9c5598

View File

@@ -1,3 +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
# 1.4.1
2013-07-05
@@ -13,7 +18,7 @@
- fix passing of strict maths option
# 1.4.0 Beta 4
2013-05-04
- change strictMaths to strictMath. Enable this with --strict-math=on in lessc and strictMath:true in JavaScript.