====== - Added missing files to manifest - Added workaround for ppc32 on Linux - Start building binary manylinux1 wheels
0.4.9
===== - Fixed Windows builds
0.4.8
===== - Added support for iOS (arm32) - Added support for ppc64le
0.4.7
===== - Added a missing workaround for ``return 0`` on mips - Restore compatibility with Python 2.5 - Fixed stack switching on sparc
0.4.6
===== - Expose ``_stack_saved`` property on greenlet objects, it may be used to introspect the amount of memory used by a saved stack, but the API is subject to change in the future - Added a workaround for ``return 0`` compiler optimizations on all architectures - C API typo fixes
0.4.5
===== - Fixed several bugs in greenlet C API - Fixed a bug in multi-threaded applications, which manifested itself with spurious "cannot switch to a different thread" exceptions - Fixed some crashes on arm and mips architectures