update NEWS
diff --git a/inst/NEWS.md b/inst/NEWS.md
index 86efc2c..2a0d1f2 100644
--- a/inst/NEWS.md
+++ b/inst/NEWS.md
@@ -1,14 +1,28 @@
kableExtra 0.9.0
--------------------------------------------------------------------------------
+* Major Change: Now when you load `kableExtra` package, it will automatically
+set format for `kable()` based on the working environment: only if you are using
+rmarkdown/r sweave to render PDFs, the default format will be set to "latex".
+Otherwise it will be set to "html".
+
+* Major Change: Now `kableExtra` will try to load the table section of the
+bootstrap stylesheet when you are rendering slidy_presentation &
+ioslides_presentation. You can also choose to load it manually via the
+global option `kableExtra.html.bsTable`.
+
+* Added support to the `tables` package. (Thank you @dmurdoch)
+
+* Added a save_kable function to save HTML table as independent HTML pages.
+
* Added min_width and max_width to column_spec.
* Added documentation about 100% width in scroll_box (Thank you @isteves!)
* Added `include_thead` to `column_spec`. (#177)
-* Added support to tables
+* Fixed a few bugs in `linebreak` (#167, #180)
-* Added support to slidy_presentation & ioslides_presentation
+* Fixed a bug when there is no column header row in LaTeX (Thank you @leovan)
* Fixed header formatting for repeated header row in latex longtable (#183)
@@ -19,7 +33,8 @@
* Added an auto_index function to facilitate group_rows. (#193)
-* Changed footnote title format from bold to italic. (#200)
+* Added a title_format option to footnote and changed default format from
+bold to italic. (#200)
kableExtra 0.8.0
--------------------------------------------------------------------------------