diff --git a/NEWS.md b/NEWS.md
index ef65da6..eb52999 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -5,12 +5,15 @@
* `bar_reach` is now `bar()` and theming is passed through argument `theme` for which default is `theme_reach()`.
* `point_reach` is now `point()` and theming is passed through argument `theme` for which default is `theme_reach()`.
+---
# visualizeR 0.3.9000
* Breaking changes: update to `ggblanket` v1.6.1.
* Add plotting functions for indicator maps.
+---
+
# visualizeR 0.2.9000
* Breaking changes: almost all functions got refinements, and there are new functions, typically `hbar()` becomes `bar_reach()` and `point_reach()` is added.
diff --git a/docs/news/index.html b/docs/news/index.html
index 5d824aa..52b210e 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -52,12 +52,12 @@
bar_reach is now bar() and theming is passed through argument theme for which default is theme_reach().
point_reach is now point() and theming is passed through argument theme for which default is theme_reach().ggblanket v1.6.1.hbar() becomes bar_reach() and point_reach() is added.