From 685250d7d6cc285be86e2c9e628449b51e08d489 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 19 Sep 2019 21:03:58 -0400 Subject: Correct reversed Rectangle coordinates (fixes #363) --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5427224e..e40c10d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2019-09-19 Jay Berkenbilt + * When converting an array to a Rectangle, ensure that llx <= urx + and lly <= ury. This prevents flatten-annotations from flipping + fields whose coordinates are messed up in the input. Fixes #363. + * Warn when duplicated dictionary keys are found during parsing. The behavior remains as before: later keys override earlier ones. However, this generates a warning now rather than being silently -- cgit v1.2.3-54-g00ecf