Skip to content

Release 1.24

Compare
Choose a tag to compare
@3breadt 3breadt released this 23 Jul 17:36
· 39 commits to master since this release

What's Changed

  • Updated to Java 8
  • Parsing XML property lists from InputStreams no longer closes the InputStream (Issue #55)
  • Fixed invalid XML property lists being created when NSString instances contained characters that are illegal in an XML document
  • Fixed toJavaObject() not working for NSData (Issue #59)
  • Fixed ArrayIndexOutOfBoundsException when parsing certain ASCII property lists (Issue #67)
  • Fixed parsing of ASCII and XML property lists that are encoded in UTF-16 or UTF-32

Full Changelog: dd-plist-1.23...v1.24.0