You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2009/02/22 18:16:17 UTC

svn commit: r746775 - /buildr/trunk/CHANGELOG

Author: boisvert
Date: Sun Feb 22 17:16:16 2009
New Revision: 746775

URL: http://svn.apache.org/viewvc?rev=746775&view=rev
Log:
Update CHANGELOG

Modified:
    buildr/trunk/CHANGELOG

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=746775&r1=746774&r2=746775&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Sun Feb 22 17:16:16 2009
@@ -3,6 +3,7 @@
 * Added:  BUILDR-164 New 'artifacts:sources' task to download source code
           for artifact jars.
 * Added:  BUILDR-242: Include Scala-Tools Repository by Default.  
+* Added:  BUILDR-94: Add specs for Scala Specs integration
 * Change: require 'buildr/scala' is now official required to use Scala features
 * Change: Introduced new options from Rake 0.8.3: -I (libdir), -R (rakelib),
           --rules, --no-search, --silent.
@@ -31,6 +32,7 @@
 * Fixed:  BUILDR-201 Sample project is not valid (Alexis Midon).
 * Fixed:  BUILDR-214 Buildr is stuck uploading to sftp repository (Heikki Hulkko).
 * Fixed:  BUILDR-216 Profiles documentation is wrong (Shane Witbeck).
+* Fixed:  BUILDR-261: ScalaSpecs should be run with Scala dependencies
 
 1.3.3 (2008-10-08)
 * Added:  JtestR support. Implemented pending jtestr specs.