X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=NEWS;h=acbbbf932f832355f063bc1a16310cf884d8b061;hb=756ad52b92dc1ac2922cf62ce882469ad4cacc2c;hp=de2da102a4fb09c042fc641ee32726b0accbf29d;hpb=bfd7604547c1dd38cd97707c184bebf3525cf426;p=ape.git diff --git a/NEWS b/NEWS index de2da10..acbbbf9 100644 --- a/NEWS +++ b/NEWS @@ -17,14 +17,27 @@ BUG FIXES o mltt.plot(, backward = FALSE) did not set the x-axis correctly. - o A bug was introduced in prop.clades() with ape 3.0. + o A bug was introduced in prop.clades() with ape 3.0. The help page + has been clarified relative to the use of the 'rooted' option. o mantel.test() printed a useless warning message. o plot.phylo(, direction = "downward") ignored 'y.lim'. o is.monophyletic() did not work correctly if 'tips' was not stored - as integers + as integers. + + o prop.part() could make R crash if the first tree had many + multichotomies. + + o njs(), bionjs(), and mvrs() now return an error if 'fs < 1'. + + +OTHER CHANGES + + o The DESCRIPTION file has been updated. + + o The option 'original.data' of write.nexus() has been removed.