Skip to content

Commit

Permalink
Merge pull request #267 from inaka/jfacorro.266.release_0.2.5
Browse files Browse the repository at this point in the history
[Closes #266] Release 0.2.5
  • Loading branch information
Brujo Benavides committed Aug 31, 2015
2 parents d23289a + e056b78 commit 4e08702
Showing 1 changed file with 43 additions and 3 deletions.
46 changes: 43 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,57 @@
# Change Log

## [0.2.5-beta4](https://github.com/inaka/elvis/tree/HEAD)
## [0.2.5](https://github.com/inaka/elvis/tree/0.2.5) (2015-08-31)

[Full Changelog](https://github.com/inaka/elvis/compare/0.2.5-beta3...HEAD)
[Full Changelog](https://github.com/inaka/elvis/compare/0.2.5-beta4...0.2.5)

**Implemented enhancements:**

- `max\_function\_len` rule should ignore whitespace and comments [\#263](https://github.com/inaka/elvis/issues/263)

- Options for max\_module\_length [\#261](https://github.com/inaka/elvis/issues/261)

**Fixed bugs:**

- Possible false positive? [\#236](https://github.com/inaka/elvis/issues/236)

- Missing space after comma inside a string being reported [\#233](https://github.com/inaka/elvis/issues/233)

**Closed issues:**

- New rule: max\_function\_length [\#153](https://github.com/inaka/elvis/issues/153)

- New rule: max\_module\_length [\#152](https://github.com/inaka/elvis/issues/152)

**Merged pull requests:**

- \[Closes \#263\] Options for max function length [\#265](https://github.com/inaka/elvis/pull/265) ([jfacorro](https://github.com/jfacorro))

- \[Closes \#261\] Options for max module line length [\#264](https://github.com/inaka/elvis/pull/264) ([jfacorro](https://github.com/jfacorro))

- \[Closes \#153\] Max function length rule [\#262](https://github.com/inaka/elvis/pull/262) ([jfacorro](https://github.com/jfacorro))

- \[Closes \#152\] Max module length rule [\#260](https://github.com/inaka/elvis/pull/260) ([jfacorro](https://github.com/jfacorro))

- \[Closes \#236\] Operator space false positive [\#259](https://github.com/inaka/elvis/pull/259) ([jfacorro](https://github.com/jfacorro))

- Fix typo in specs [\#257](https://github.com/inaka/elvis/pull/257) ([NOMORECOFFEE](https://github.com/NOMORECOFFEE))

## [0.2.5-beta4](https://github.com/inaka/elvis/tree/0.2.5-beta4) (2015-08-20)

[Full Changelog](https://github.com/inaka/elvis/compare/0.2.5-beta3...0.2.5-beta4)

**Closed issues:**

- Create bump Version 0.2.5-beta4 [\#255](https://github.com/inaka/elvis/issues/255)

- Error analyzing PR when Github appended this line <<"\\ No newline at end of file"\>\> [\#253](https://github.com/inaka/elvis/issues/253)

- The default for git\_for\_deps\_erlang\_mk should be https [\#238](https://github.com/inaka/elvis/issues/238)

**Merged pull requests:**

- Version bump 0.2.5-beta4 [\#256](https://github.com/inaka/elvis/pull/256) ([davecaos](https://github.com/davecaos))

- Added '\' to patch\_line\_type\(\) function [\#254](https://github.com/inaka/elvis/pull/254) ([davecaos](https://github.com/davecaos))

- ibrowse does not build under R18. This is fixed in current ibrowse. [\#251](https://github.com/inaka/elvis/pull/251) ([technion](https://github.com/technion))
Expand Down Expand Up @@ -576,4 +616,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 comments on commit 4e08702

Please sign in to comment.