From dbfb1531b5c7e48cfa5514b269f11d6608653e31 Mon Sep 17 00:00:00 2001 From: Teun van den Brand <49372158+teunbrand@users.noreply.github.com> Date: Tue, 8 Nov 2022 21:35:11 +0100 Subject: [PATCH] Polish news --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index c22f46c..e50c5ed 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # ggh4x (development version) +This is a small release updating some of the internals to better use the public +interface to ggplot2 and play well with the latest release of ggplot2 (3.4.0). + +## New features + * New `scale_{x/y}_facet()` to provide a more convenient syntax for `facetted_pos_scales()` (#76). * New `geom_box()`, as a more flexible variant of `geom_rect()`/`geom_tile()`