From: dscott Date: Thu, 25 Sep 2014 11:48:01 +0000 (+0000) Subject: git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@52 edb9625f-4e0d-4859... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f1ee9d801b7104091718fe6c36f15db88b7f3ebc;p=xtable.git git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@52 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/pkg/NEWS b/pkg/NEWS index 72ed8c1..ab5c41e 100644 --- a/pkg/NEWS +++ b/pkg/NEWS @@ -1,12 +1,14 @@ 1.7-4 (2014-09-11) + * Released to CRAN * Changed tags in HTML to be all lower case, to be compatible with HTML5, part of feature request. (#5879) * Fixed booktabs bug (#2309), more of an enhancement really. Updated xtableGallery.snw to illustrate the change. * Moved vignettes from inst/doc to vignettes as now required by CRAN. + * Changed email address of David Dahl to dahl@stat.byu.edu in 9 places -1.7-3 (2014-01-31) - * Fixed HTML gsub bug. (#2795) +1.7-3 (2014-03-06) + * Released to CRAN * Dealt with format.args bug (#4770). No code changes, but the documentation of print.xtable was changed to warn of the problem and to give a workaround as an example.