From 521aaaaed1e33abb08eec6206dcc431da474dd67 Mon Sep 17 00:00:00 2001 From: Nicholas Tan Date: Tue, 18 Jun 2024 17:42:47 +1000 Subject: [PATCH] fix changelog for #421 to v0.9 --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3dba0eb7..744b3619 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,8 @@ ### Bug fixes +- Fixed bug transposing longitude and latitude when writing files with + coordinate transformation from EPSG:4326 (#421). - Fix bug preventing reading from file paths containing hashes in `read_dataframe` (#412). ### Packaging @@ -58,8 +60,6 @@ `write` and `write_dataframe` (#384). - Fixed bug preventing reading from bytes or file-like in `read_arrow` / `open_arrow` (#407). -- Fixed bug transposing longitude and latitude when writing files with - coordinate transformation from EPSG:4326 (#421). ### Packaging