Skip to content

Commit 6f4dff5

Browse files
committed
periods
1 parent e43fec6 commit 6f4dff5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

NEWS.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
- Function reference now displays commonly-used functions first (#205).
44
- Endpoints now fail when passed misspelled arguments (#187, #201).
55
- `pub_fluview_meta` fixed to `fetch` the response automatically.
6-
- `pub_covid_hosp_state_timeseries` now supports use of the `as_of` parameter
7-
(#209).
6+
- `pub_covid_hosp_state_timeseries` now supports use of the `as_of` parameter (#209).
87
- `pub_covid_hosp_state_timeseries` now correctly parses the `issue` field,
98
instead of returning a missing value (#202).
109
- `release_date` and `latest_update` fields are now parsed as `Date`, rather
@@ -13,11 +12,11 @@
1312
than being parsed as `Date` and returning a missing value.
1413
- Support `Date` objects passed to version arguments `as_of` and `issues` in
1514
endpoints (#192, #194).
16-
- `set_cache` cache size no longer runs into integer overflow (#189)
17-
- `clear_cache` now handles positional arguments just like `set_cache` (#197)
18-
- Improve line-wrapping of warning messages (#191)
19-
- `set_api_key` now available to help persist API key environment variables (#181, #217)
20-
- `get_api_key` no longer reads from R options and only uses environment variables (#217)
15+
- `set_cache` cache size no longer runs into integer overflow (#189).
16+
- `clear_cache` now handles positional arguments just like `set_cache` (#197).
17+
- Improve line-wrapping of warning messages (#191).
18+
- `set_api_key` now available to help persist API key environment variables (#181, #217).
19+
- `get_api_key` no longer reads from R options and only uses environment variables (#217).
2120

2221
# epidatr 1.1.0
2322

0 commit comments

Comments
 (0)