Implement #199, support for deserializing Iterable
diff --git a/release-notes/VERSION b/release-notes/VERSION
index f111c0c..1619bfe 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -25,6 +25,8 @@
 #173: Add 'JsonNode.traverse(ObjectCodec)' for convenience
 #194: Add `FloatNode` type in tree model (JsonNode)
  (requested by msteiger@github)
+#199: Allow deserializing `Iterable` instances (as basic `Collection`s)
+ (requested by electrum@github)
 
 New features: