From 87fb4ed0ad8cb1df8c4dc6599f6aad4f54c12cfc Mon Sep 17 00:00:00 2001 From: hadley Date: Fri, 20 Apr 2012 15:50:47 -0500 Subject: [PATCH] NEWS item for #443 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index a11098b259..dd987e0445 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +MINOR FEATURES + * `ggstructure` and `ggorder`, which call `ggpcp`, no longer have a `scale` argument since `ggpcp` does not have one. @@ -25,6 +27,8 @@ BUG FIXES +* `facet_grid` no longer drops duplicate cases (Fixes #443) + * `munch_range` properly reports the x and y range. (Thanks to Winston Chang) * `stat_bin2d` handles data with NA in the position variables. Error was