aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5427224e..e40c10d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-09-19 Jay Berkenbilt <ejb@ql.org>
+ * 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