update documentation (not done)
diff --git a/inst/NEWS b/inst/NEWS
index d8a87b4..66f09fb 100644
--- a/inst/NEWS
+++ b/inst/NEWS
@@ -1,4 +1,4 @@
-kableExtra 0.3.0.9000
+kableExtra 0.4.0
 --------------------------------------------------------------------------------
 * Add scroll_box for HTML table for extremely long/wide tables
 
@@ -6,7 +6,7 @@
 
 * Removed addlinespace from group_rows
 
-* Added monospace to column_spec
+* Added monospace to column_spec & row_spec
 
 * Lowered R version requirement to R 3.1.0
 
@@ -23,6 +23,7 @@
 
 * Fixed a bug in `position` in `kable_styling()` (https://stackoverflow.com/questions/45378664/kableextra-rmarkdown-tables-aligning-grouping-row-labels-and-footnotes)
 
+* Improve striped line look on tables with multiple layers of header rows. (#31)
 
 kableExtra 0.3.0
 --------------------------------------------------------------------------------
@@ -48,8 +49,6 @@
 
 * Improve package-level documentation based on @wibeasley's suggestion
 
-* Improve striped line look on tables with multiple layers of header rows. (#31)
-
 kableExtra 0.2.1
 --------------------------------------------------------------------------------