From 95e8ea38d34a19153a6a7b02b229c2b69f77daa2 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 19 May 2018 17:44:55 +0700 Subject: [PATCH] Release v3.4.0 (2018-05-19) Linting task and dependencies is removed from make task. Linting should be decoupled from any library or repository. It is a tool that not affected the build, but help on detect bugs or analyze code. ## Enhancements * @rsc: balance backquoted string concatenation * Emad Elsaid: Remove duplicate words on README ## Bug Fixes * @fgrosse: Fix using symbolic links --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index a8e3170..12fc54b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +# v3.4.0 (2018-05-19) + +Linting task and dependencies is removed from make task. Linting should be +decoupled from any library or repository. It is a tool that not affected the +build, but help on detect bugs or analyze code. + +## Enhancements + +* @rsc: balance backquoted string concatenation +* Emad Elsaid: Remove duplicate words on README + +## Bug Fixes + +* @fgrosse: Fix using symbolic links + + # v3.3.0 (2017-11-07) This release is contain major internal refactoring on scanning the file system.