NEWS/ChangeLog for foreach
--------------------------

1.4.4	2017-12-08
	o	Changed test report path for compliance with CRAN policies.
	o   Removed startup message.
	o	Changed seq(along=tags) call in makeAccum to seq(along.with=tags); 
		request of Henrik Bengtsson.
	o	Updated foreach help to describe effect of multiple arguments; 
		request of David Winsemius.

1.4.3	2015-10-12
	o	Updated maintainer address
	
1.4.2 	2014-04-10
    o	Unwound circular dependency chain with iterators package.
	
1.4.1   2013-05-29
    o   Improved handling of implicitly exported objects, courtesy of 
        Steve Weston.

1.4.0   2012-04-11
    o   Removed spurious warning from getDoSEQ. Bug report from Ben
	    Barnes.
    o   Moved welcome message from .onLoad to .onAttach. Bug report 
        from Benilton Carvalho.
    o   Modified setDoPar and setDoSeq to undo changes to .foreachGlobals
        on error. Bug report from Benilton Carvalho.
    o   Moved vignettes from inst/doc to vignettes. 
    o   Modified DESCRIPTION file by moving codetools, iterators, and utils
        from Depends to Imports. Bug report from Suraj Gupta.

1.3.5   2012-03-14
    o   Cleanup from previous patch. Bug report from Brian Ripley.

1.3.4   2012-03-12
    o   Added support for multiple sequential backends. (Idea and patch
        from Tyler Pirtle, Matt Furia, and Joseph Hellerstein.)
    o   Modified doRUnit.R to use no more than two cores during R CMD check.

1.3.2   2011-05-08
    o   Regularized unit tests so they can run through R CMD check
    o   Added support for compiler package of 2.13.0 and later.

1.3.1   2010-11-22
    o   First R-forge release.
