Skip to content

Commit bab7ffa

Browse files
committed
fix remaining issue from rebase
1 parent 29bc4b1 commit bab7ffa

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

NEWS.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
# ggplot2 3.0.0.9000
22

3-
<<<<<<< HEAD
43
* `geom_sf()` now respects `lineend`, `linejoin`, and `linemitre` parameters
54
for lines and polygons (@alistaire47, #2826)
65

7-
* The function `range()` in `Coord` has been renamed to `backtransform_range()`
8-
to clarify its intended meaning. This affects developers of custom coords. It
9-
may also affect developers of custom geoms that use the `range()` function. That
10-
code should be migrated to use `backtransform_range()` (@clauswilke, breaking change).
11-
12-
=======
13-
>>>>>>> undo API cleanup
146
* `geom_hline()`, `geom_vline()`, and `geom_abline()` now work properly
157
with `coord_trans()` (@clauswilke, #2149, #2812).
168

0 commit comments

Comments
 (0)