Update the What's New section
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/643d0f99 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/643d0f99 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/643d0f99 Branch: refs/heads/master Commit: 643d0f992342031c13227252a67ca412ea439e3d Parents: 5063bbe Author: Peter Donald <[email protected]> Authored: Fri Jun 12 23:11:42 2015 +1000 Committer: Peter Donald <[email protected]> Committed: Fri Jun 12 23:11:42 2015 +1000 ---------------------------------------------------------------------- doc/index.textile | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/643d0f99/doc/index.textile ---------------------------------------------------------------------- diff --git a/doc/index.textile b/doc/index.textile index 2c376a9..a0866d9 100644 --- a/doc/index.textile +++ b/doc/index.textile @@ -46,6 +46,13 @@ So let's get started. You can "read the documentation online":quick_start.html, h2(#news). What's New +Highlights from Buildr 1.4.23 (2015-06-12) +* Change: BUILDR-706 - Update the checkstyle addon use checkstyle 6.6. Submitted + by Dieter Vrancken. +* Fixed: Fix Buildr.rspec_present? so that it works under jruby 1.6.7.2 +* Change: BUILDR-705 - Avoid attempting to load rspec classes unless Buildr.rspec_present? + returns true. Reported By rbpandey. + Highlights from Buildr 1.4.22 (2015-02-28) * Change: BUILDR-704 - Updated the Sonar addon to support the latest version of SonarQube Runner. Submitted by Ross Mahony.
