- New upstream release 3.0.1
- Breaking change:
- The behaviour of UNIVERSAL methods like $native->can and $native->isa is
now defined as being the same as when autobox is not enabled rather than
"undefined" (technically, this still falls under the rubric of
"undefined", but the switch from "don't know" to "don't" could break
buggy code, so bump for safety)
- Add DOES to the list of non-autoboxed methods
- Switch to semantic versioning scheme
- Upgrade ppport.h from 3.35 → 3.42
- Fix version declaration on 5.8 (GH#11)