diff --git a/DESCRIPTION b/DESCRIPTION index 6f6771a8..c6810f1a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: officer Title: Manipulation of Microsoft Word and PowerPoint Documents -Version: 0.6.7.002 +Version: 0.6.7.003 Authors@R: c( person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre")), person("Stefan", "Moog", , "moogs@gmx.de", role = "aut"), diff --git a/NEWS.md b/NEWS.md index f941e917..24a0e876 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,7 @@ ## Issues - store paddings as numeric values and not integer values. +- remove_fields in `docx_summary()` now also removes "w:fldData" nodes. ## Features