Skip to content

Commit

Permalink
Release v3.4.0 (2018-05-19)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
shuLhan committed May 19, 2018
1 parent b71e071 commit 95e8ea3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 95e8ea3

Please sign in to comment.