- Added support for pointers to longdouble (in C "long double *") type
- Added support for array of longdouble (in C "long double []") type
- Added tied array interface for record array members (see
FFI::Platypus::Record::TieArray) Marked as EXPERIMENTAL
- Array members of records can now be accessed (set/get) by element
- Array members of records types are now documented (see
FFI::Platypus::Record)
- Bugfix: array wasn't being updated on return for variable length
array types
- Should now build with an Alien::FFI that was built with ALIEN_FORCE=1