Entering edit mode
The limma change log is no longer linked to from the URL
http://bioinf.wehi.edu.au/limma but instead is distributed as part of
the
package itself in the /doc directory. You can find the changelog by
using
the html help in R and choosing "browse directory" need the top of the
page
for limma. Alternatively you can type
file.path(.find.package("limma"),"doc/changelog.txt")
at the R prompt to see where it is.
Gordon