diff --git a/NEWS.md b/NEWS.md index 6fb136dcfc..6ef6ad93fc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # ggplot2 (development version) +* Scales throw more informative messages (@teunbrand, #4185, #4258) + +* The `scale_name` argument in `continuous_scale()`, `discrete_scale()` and + `binned_scale()` is soft-deprecated (@teunbrand, #1312). + * Nicer error messages for xlim/ylim arguments in coord-* functions (@92amartins, #4601, #5297).