Skip to content

Commit a5383f2

Browse files
committed
Update NEWS
1 parent d9efd59 commit a5383f2

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

NEWS

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,18 @@ MINOR FEATURES
4646
* `stat_quantile` now supports `rqss`.
4747

4848
* `scale_size_area` has been added as a replacement for `scale_area`. This
49-
makes the naming more consistent. The new scale also by default makes the
50-
area of points proportional to the value, which is different from what
51-
`scale_area` does. (Fixes #635)
49+
makes the naming more consistent. The new scale also by default makes the
50+
area of points proportional to the value, which is different from what
51+
`scale_area` does. (Fixes #635)
5252

5353
* Functions now have gradual deprecation behavior with the `gg_dep` function.
5454

5555
* Scales for required but missing aesthetics (x and y) are now automatically
5656
added. (Fixes #676)
5757

58+
* `geom_crossbar` previous raised a warning when notches were used and the
59+
notches went outside the hinges. This has been changed to a message.
60+
5861
BUG FIXES
5962

6063
* With `geom_segment`, when a variable mapped to `linetype` had an NA
@@ -85,6 +88,13 @@ BUG FIXES
8588
wouldn't work. Now ggplot throws an error with an informative message.
8689
(Fixes #673)
8790

91+
* `geom_dotplot` previously worked with `position="dodge", but did not work
92+
when using `position=position_dodge()`. It now works with both. (Fixes
93+
#709)
94+
95+
* For linetype scales, NA values previously caused errors. Now `na.value`
96+
for linetype scales defaults to "blank". (Fixes #711)
97+
8898
ggplot2 0.9.2.1
8999
----------------------------------------------------------------
90100

0 commit comments

Comments
 (0)