Skip to content

Commit 4e72673

Browse files
committed
NEWS tweaks
1 parent 52baf83 commit 4e72673

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

NEWS

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,20 @@ ggplot2 0.9.3.1.99
22
----------------------------------------------------------------
33

44
* Allow specifying only one of the limits in a scale and use the automatic
5-
calculation of the other limit by passing NA to to the limit function (xlim
6-
or ylim). (Fixes #557) Thanks Jim Hester.
5+
calculation of the other limit by passing NA to to the limit function,
6+
`xlim()` or `ylim()` (@jimhester, #557).
77

88
* `stat_smooth()` checks for `method = "auto"` and `method = "glm"` in
99
a safer way.
1010

1111
* `ggpcp()`, `ggfluctuation()`, `ggmissing()`, `ggstructure()`, and
1212
`ggorder()` are now defunct and have been removed.
1313

14-
* `aes()` no more treats variables like `a..x..b as a calculated aesthetic.
15-
(@krlmlr, #834.)
14+
* `aes()` no more treats variables like `a..x..b` as a calculated aesthetic
15+
(@krlmlr, #834).
1616

17-
* Add `"none"` to documentation of `theme()` for parameter `legend.position`.
18-
(@krlmlr, #829)
19-
20-
MINOR FEATURES
21-
22-
* Allow specifying only one of the limits in a scale and use the automatic
23-
calculation of the other limit by passing NA to to the limit function (xlim
24-
or ylim). (Fixes #557) Thanks Jim Hester.
17+
* Add `"none"` to documentation of `theme()` for parameter `legend.position`
18+
(@krlmlr, #829).
2519

2620
ggplot2 0.9.3.1
2721
----------------------------------------------------------------

0 commit comments

Comments
 (0)