Skip to content

Real final version for Swift 4.2.

Compare
Choose a tag to compare
@cezheng cezheng released this 01 Apr 02:44
· 23 commits to master since this release
  • Fixed a bug that parses an HTML document with xmlReadMemory. This worked previously because the compiler used to treat convenience initializers in a polymorphic manner, which does not match the spec.