From aac140cf0b8101482330232af904832f4b0bbf3a Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Fri, 28 Aug 2020 08:30:42 -0600 Subject: [PATCH] Note fix of #919 --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index cef64b7d5..2b5a5da1a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,8 @@ All issue numbers are relative to https://github.com/Toblerity/Fiona/issues. TBD (TBD) --------- +- Axis ordering for results of fiona.transform was wrong when CRS were passed + in the "EPSG:dddd" form (#919). This has been fixed by (#926). - Allow implicit access to the only dataset in a ZipMemoryFile. The path argument of ZipMemoryFile.open() is now optional (#928). - Improve support for datetime types: support milliseconds (#744), timezones (#914)