diff --git a/NEWS.md b/NEWS.md index 396f0b7c5..ab6bf9d2b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,8 @@ Each release typically has a number of minor bug fixes beyond what is listed her # Version 1.x * Add `Geom.blank` (#1345) * Support DataFrames.jl 0.19 changes in indexing (#1318) + * Add `Geom.hband` and `Geom.vband` geometries. + * Allow elements of type `Measure` to pass through `coord.jl` and `statistics.jl`.