Skip to content

Commit

Permalink
Polish NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Dec 11, 2024
1 parent 2e06211 commit a1ab3db
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# bcdata (development version)

* Make functions more robust to non-functioning WMS/WFS GetCapabilities requests (#339, #341)
* dbplyr 2.5.0 has made the requirement for using `!!` or
`local()` for local functions more restrictive; updated tests
and examples (#341).
* Deprecate the `bcdata.single_download_limit` option, as it was mostly redundant with `bcdata.chunk_limit`, and should always be set by the server. Please set the page size limit for paginated requests via the `bcdata.chunk_limit` option (#332)
* Updated internals to adapt to changes in B.C. Data Catalogue (#342m, #343)
* Make functions more robust to non-functioning WMS/WFS GetCapabilities requests
(#339, #341).
* dbplyr 2.5.0 has made the requirement for using `!!` or `local()` for local
functions more restrictive; updated tests and examples (#341).
* Deprecate the `bcdata.single_download_limit` option, as it was mostly
redundant with `bcdata.chunk_limit`, and should always be set by the server.
Please set the page size limit for paginated requests via the
`bcdata.chunk_limit` option (#332).
* Updated internals to adapt to changes in B.C. Data Catalogue (#342, #343).

# bcdata 0.4.1

Expand Down

0 comments on commit a1ab3db

Please sign in to comment.