Document the highlights for the 1.4.18 release
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/e0bd3617 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/e0bd3617 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/e0bd3617 Branch: refs/heads/master Commit: e0bd3617e89e0283196a99052d6046a88ce7e4ee Parents: d79656f Author: Peter Donald <[email protected]> Authored: Wed Jun 18 21:44:51 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Wed Jun 18 21:44:51 2014 +1000 ---------------------------------------------------------------------- doc/index.textile | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/e0bd3617/doc/index.textile ---------------------------------------------------------------------- diff --git a/doc/index.textile b/doc/index.textile index 882052b..4494e65 100644 --- a/doc/index.textile +++ b/doc/index.textile @@ -46,6 +46,16 @@ So let's get started. You can "read the documentation online":quick_start.html, h2(#news). What's New +Highlights from Buildr 1.4.18 (2014-06-18) +* Added: Extend Intellij IDEA support to allow creation of glassfish, + java and ruby scrip configurations. +* Change: Include additional rules in default pmd rule set: +* Change: Upgrade the version of PMD in use to 5.1.1 and add additional + default rule sets 'finalizers' and 'braces'. +* Change: Supply a default xsl file for generating the jdepend report. +* Fixed: Fix the naming of css_lint addon file so it is made available + as an addon. + Highlights from Buildr 1.4.17 (2014-05-25) * Change: Supply a default xsl file for generating the checkstyle report.
