Browse Source

Update NEWS with fix for tibble 3.0.0

tags/v0.3.0
Garrick Aden-Buie 6 years ago
parent
commit
c134a450a4
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      NEWS.md

+ 3
- 0
NEWS.md View File

@@ -30,3 +30,6 @@
* `style_extra_css()` (previously `write_extra_css()`) gained an `append`
argument so that it can append to or overwrite an existing file (thanks @pat-s, #17).

* The underlying tibble holding the theme template variables was updated to
work with `tibble 3.0.0` (thanks @techisdead, @SymbolixAU, #32).

Loading…
Cancel
Save