Skip to content

Commit

Permalink
bump (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Jun 18, 2023
1 parent 438a496 commit 32debd2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# gpkg 0.0.5.9001
# gpkg 0.0.6

- `geopackage()` internal connection object has been moved to an internal environment (`<geopackage>$env$con` rather than `<geopackage>$con`)

- `gpkg_connect()` allows for in-place modification of an existing object for the purposes of creating an internal _SQLiteConnection_

- Improvement to `gpkg_add_contents()` and `gpkg_update_contents()`: more intelligent choice of data type when heterogeneous (non-attribute) data are in database but not registered. Fix for broken tests on Windows/GDAL 3.5.2.

Expand Down

0 comments on commit 32debd2

Please sign in to comment.