Skip to content

Commit ee70105

Browse files
committed
Update NEWS
1 parent aa29fc2 commit ee70105

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

NEWS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1+
MINOR FEATURES
2+
3+
* `ggsave` now supports emf output files.
4+
15
* all "template" plots (`plotmatrix`, `ggorder` etc) have been deprecated and
26
will be removed in a future version. These plots are poorly tested and
37
poorly supported and really belong in a separate package.
48

9+
DOCUMENTATION
10+
11+
* All geoms and stats now document their aesthetics. (Fixes #447)
12+
13+
BUG FIXES
14+
15+
* Setting breaks outside the limits of the x or y axis no longer causes
16+
errors. (Kohske Takahashi. Fixes #552)
17+
18+
* `facet_locate` no longer evaluates unneeded expressions. (Winston
19+
Chang. Fixes #565)
20+
21+
* `annotation_map` now gets group id from munched data. (Winston Chang.
22+
Fixes #568)
23+
524
ggplot2 0.9.1
625
----------------------------------------------------------------
726

0 commit comments

Comments
 (0)