Changes in version 0.4.3 (2026-06-04) - Patch nanoarrow.h to fix new CRAN gcc warnings (#87). Changes in version 0.4.2 (2026-02-08) - Register correct extension name for "multilinestring" due to typo (#80, #81). Changes in version 0.4.1 (2025-11-19) - Fix test for updated sf dependency (#76). Changes in version 0.4.0 (2025-09-21) - When converting sf objects to geoarrow, an optional geometry vctr type can now be specified (e.g., to force geoarrow.wkb output) (#71). - The internal vendored copies of geoarrow-c and nanoarrow were updated (#72). Changes in version 0.3.0 (2025-05-26) - Add support for the geoarrow.box type with conversions to and from wk::rct() (#59). - Implement wk::wk_set_crs() and wk::wk_set_geodesic() for the geoarrow_vctr class (#61). - Fix conversion of empty sf::st_crs() to GeoArrow CRS (#60). - The geoarrow_vctr can now be rearranged and subset with a non-slice range when the arrow package is installed (#62). - The R package now supports extra metadata features that were introduced in the GeoArrow 0.2 specification, including non-PROJJSON CRS types and spheroidal edge interpolations (#57, #65). - geoarrow.wkb and geoarrow.wkt extension types now support binary view and string view storage types, respectively (#66). - Internal versions of geoarrow-c, nanoarrow, and fast_float were updated (#64). Changes in version 0.2.1 (2024-06-13) - Fix undefined behaviour identified by UBSAN (#44). Changes in version 0.2.0 (2024-05-31) - Initial CRAN submission.