From d23497a8fbeb0d3517c56c4a8faed7727c53a8e0 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Sun, 19 Jan 2025 15:46:48 -0600 Subject: [PATCH] update NEWS --- NEWS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 19157419..938f5c2f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,9 @@ # s2 (development version) * `s2_buffer_cells()` recycles `max_dist` and `min_level` arguments, allowing - to specify these by feature; #264 and https://github.com/r-spatial/sf/issues/2488 - + to specify these by feature (#264 and + https://github.com/r-spatial/sf/issues/2488). +* The internal version of s2geometry is now 0.11.1 (#257, #263). * The Abseil dependency is resolved using pkg-config where possible. Where this is not possible, a vendored version of Abseil will be built using CMake (#258).