Skip to content

Commit

Permalink
Update NEWS and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Dec 13, 2019
1 parent 58377bd commit 70117ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: webshot
Title: Take Screenshots of Web Pages
Version: 0.5.2
Version: 0.5.2.9000
Authors@R: c(
person("Winston", "Chang", email = "[email protected]", role = c("aut", "cre")),
person("Yihui", "Xie", role = "ctb"),
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
webshot 0.5.2.9000
=============

* Fixed logic in `install_phantomjs()` when `force=TRUE` is used. ([#86](https://github.com/wch/webshot/pull/86))

webshot 0.5.2
=============

* Modified `install_phantomjs()` function to only install a new version of PhantomJS if the installed version is out of date or it isn't installed. (@coatless, [#82](https://github.com/wch/webshot/pull/82))
* Modified `install_phantomjs()` function to only install a new version of PhantomJS if the installed version is out of date or it isn't installed. (@coatless, [#85](https://github.com/wch/webshot/pull/85))

* Added `force` parameter. When it is set to `TRUE`, `install_phantomjs()` will reinstall phantomjs. (@coatless, [#82](https://github.com/wch/webshot/pull/82))

Expand Down

0 comments on commit 70117ac

Please sign in to comment.