From 5801a8209474d09b7e9845f3e376efa27dc5d6a6 Mon Sep 17 00:00:00 2001 From: Karthik Kumar Date: Wed, 9 May 2018 13:35:48 +0530 Subject: [PATCH] docs: add to changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6f2fcc7..94b3d00af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ +## 3.0.4 +2018-05-06 + - Update source-map to 0.6.x ( #3180 ). Enforces node 6+ though. + # 3.0.0 2018-02-10 - Fix `calc()` function to not do math operations on compile - - Rename Directive -> AtRule & Rule -> Declaration + - Rename Directive -> AtRule & Rule -> Declaration - Cross-platform `@plugin` loading! (Node & Browser) - Numerous changes / improvements to plugin architecture - Simplified API calls in plugins (`less.atrule()` vs `new less.tree.AtRule()`)