Skip to content

Commit ae8937b

Browse files
author
markpayneatwork
committed
Added "borders accepts xlim and ylim" to NEWS.md instead of NEWS
1 parent bde4d66 commit ae8937b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ ggplot2 1.0.0
1212

1313
NEW FEATURES
1414

15-
* `borders()` now accepts xlim and ylim arguments for specifying the geographical
16-
region of interest (@markpayneatwork, #1392)
17-
1815
* New coordinate system for small scale maps. `coord_quickmap()` computes and
1916
sets the correct aspect ratio between one degree of latitude and one degree
2017
of longitude at the centre of the plotted region. It does not perform full

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@ version of ggplot.
331331
332332
## Bug fixes and minor improvements
333333
334+
* `borders()` now accepts xlim and ylim arguments for specifying the geographical
335+
region of interest (@markpayneatwork, #1392)
336+
334337
* All partially matched arguments and `$` have been been replaced with
335338
full matches (@jimhester, #1134).
336339

0 commit comments

Comments
 (0)