summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-02 16:13:31 +0200
committerLars Wirzenius <liw@liw.fi>2017-11-02 16:57:51 +0200
commitba16a904e153fc71f1537b588793659800c78b4c (patch)
treedc7076bc11804b242910a7710305874b06d96e5a /NEWS
parent4fed1867dcd5343f5c7d53592a43b8595bfb777f (diff)
downloadqvisqve-ba16a904e153fc71f1537b588793659800c78b4c.tar.gz
Fix: flatten objects with same name, unorderable fields
Bug reported by Mantas. If a resource (or its prototype) has two fields with the same name, but unorderable value types (such as string and integer), the flatten_object function used to crash. This is now fixed.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8153469..9b7d8fe 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,11 @@ Bug fixes:
resources, not just `foo`. This has been fixed. Bug reported by
Kaius, fixed by Lars.
+* Mantas reported that if a resource type or resource had two fields
+ with the same type but values that were not possible to compare,
+ such as a string and an integer, Qvarn would crash. This is now
+ fixed.
+
Version 0.86, released 2017-10-10
----------------------------------