]> git.donarmstrong.com Git - xtable.git/blobdiff - pkg/NEWS
Changed documentation to advise on bug #4770
[xtable.git] / pkg / NEWS
index 12d00d938f06e069f43257525c2a19a2efeef01c..5dd0e4c8eab913d8efe2cb71e921913616943c7a 100644 (file)
--- a/pkg/NEWS
+++ b/pkg/NEWS
@@ -1,5 +1,8 @@
 1.7-2 (NOT YET RELEASED)
   * Fixed HTML gsub bug (#2795)
+  * 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
 
 1.7-1 (2013-02-24)
   * Fixed logicals bug (Req #1911)
     to exclude the version and timestamp comment. (Req #2246)
   * Added "caption.width" argument.  If not NULL then the caption
     is placed in a "parbox" of the specified width. (Req #2247)
-  * Remove the check on whether the "floating.environment" is
-    in a list of known floating environments. Users want to use
-       floating environments from multiple options LaTeX 
-       packages (Req #2488, #2578)
+  * Remove the check on whether the "floating.environment" is in a
+    list of known floating environments. Users want to use floating
+    environments from multiple options LaTeX packages (Req #2488,
+    #2578)
        
 1.7-0 (2012-02-10)
   * Added some vectorization code to improve performance.