diff --git a/NEWS.md b/NEWS.md index 431ce29..8082120 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,6 +9,10 @@ - The `proj` argument in `geom_contour_fill()` and friends now operate over the isolines returned by the isoband package. This might break code that used a custom function to `proj`. +## Other stuff + +- Guides are compatible with the new versions of ggplot2 (#117, @teunbrand). + # metR 0.14.1 ## Breaking Changes diff --git a/man/guide_colourstrip.Rd b/man/guide_colourstrip.Rd index ec00ded..08cf860 100644 --- a/man/guide_colourstrip.Rd +++ b/man/guide_colourstrip.Rd @@ -3,6 +3,7 @@ \name{guide_colourstrip} \alias{guide_colourstrip} \alias{guide_train.colorstrip} +\alias{guide_geom.colorstrip} \alias{guide_colorstrip} \alias{guide_gengrob.colorstrip} \title{Discretized continuous colour guide}