Skip to content

Commit

Permalink
docs: update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed Jan 24, 2022
1 parent 784fa1f commit 948a679
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# osrm version 3.5.0 (Release date 2020-03)
# osrm version 3.5.1 (Release date 2022-01)

## Minor changes
* Fix is() usage



# osrm version 3.5.0 (Release date 2021-09)

## Major change
* remove sp argument from osrmRoute()
Expand Down
2 changes: 1 addition & 1 deletion tests/tinytest.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if ( requireNamespace("tinytest", quietly=TRUE) ){
localtest <- FALSE
home <- TRUE
home <- FALSE
tinytest::test_package("osrm")
}

0 comments on commit 948a679

Please sign in to comment.