Skip to content

3.3.1

Compare
Choose a tag to compare
@tsolomko tsolomko released this 01 Oct 08:36
· 1354 commits to develop since this release
v3.3.1
da2fbab
  • Fixed an "index out of range" crash.
    Comment: Apparently, Swift 3.2 (which is a part of Swift 4) corrected particular behaviour which one may call undefined. Previously, Swift allowed access to out of bounds elements of Data and was returning some value. Now, it causes a crash.