5.2.0: Closeable streams and files
- Made
XmlStream
andXmlFile
implement thelang.Closeable
interface
(@thekid) - Fixed Undefined property: util\address\XmlStream::$file warnings
(@thekid) - Changed
XmlStream::toString()
to check if InputStream implementations
provide atoString()
method even if they do not implementlang.Value
.
See xp-framework/core#310
(@thekid)