Add some highlights for the latest version
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/065b917d Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/065b917d Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/065b917d Branch: refs/heads/master Commit: 065b917ddd9ac7d60fa1a41f824333d6932193f2 Parents: db1d4b7 Author: Peter Donald <[email protected]> Authored: Sun May 25 07:16:55 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Sun May 25 07:16:55 2014 +1000 ---------------------------------------------------------------------- doc/index.textile | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/065b917d/doc/index.textile ---------------------------------------------------------------------- diff --git a/doc/index.textile b/doc/index.textile index 652c994..882052b 100644 --- a/doc/index.textile +++ b/doc/index.textile @@ -46,6 +46,14 @@ So let's get started. You can "read the documentation online":quick_start.html, h2(#news). What's New +Highlights from Buildr 1.4.17 (2014-05-25) + +* Change: Supply a default xsl file for generating the checkstyle report. +* Added: Add csslint tasks css_lint:xml and css_lint:html that support source code analysis of CSS files. +* Added: Add scss_lint tasks scss_lint:xml and scss_lint:html that support source code analysis of SCSS files. +* Added: Import 'buildr/custom_pom' addon to make it easier to build POMs for projects publishing to Maven Central. +* Added: Add flag to allow non portable extensions in wsgen addon. + Highlights from Buildr 1.4.16 (2014-05-03) * Added: Add the ability to generate a html report when using the
