update NEWS
diff --git a/inst/NEWS.md b/inst/NEWS.md
index a620ae2..a29a83b 100644
--- a/inst/NEWS.md
+++ b/inst/NEWS.md
@@ -6,6 +6,16 @@
 * Fixed bug #105: bold/italic/monospace cannot accept T/F as vector
 * Added extra_css to cell_spec, row_spec & column_spec
 * Fixed bug #88: add_footnote doesn't support full width
+* Added hline_after and extra_latex_after to row_spec #101
+* Improved warning message for kables not in `html` or `latex`
+* Added latex_hline to collapse_rows so users can choose from full, major or none
+* Added strikeout and underline to column_spec, row_spec and cell_spec. 
+* Added extra_css to column_spec, row_spec and cell_spec.
+* Added a vignette about how to copy tables from HTML to Word. 
+* Change some read_xml to read_html
+* Added scale_from to some spec_tools
+* Quite a few minor bug fixes
+