﻿Please refer to our issue tracker at

 	http://jira.codehaus.org/secure/BrowseProject.jspa?id=10671
 	
for open issues.

Those with patches are also listed here:
http://boo.codehaus.org/Open+Issues+With+Patches

Named parameters:
	def logHistoryFile(to: [required] fname, since: startDate as date):
		print fname
		
	logHistoryFile(to: "foo.txt", since: date.Now - 10s)

All the issues on this file will be eventually moved there.