CHANGELOG 417 B

123456789101112131415161718192021222324
  1. Changelog
  2. ---------
  3. 0.5
  4. ```
  5. * Fix binding with self as a kwarg. (Robert Collins #14)
  6. 0.4 (2013-12-20)
  7. ````````````````
  8. * Fix unbound methods getting their first parameter curried
  9. * Publish Python wheel packages
  10. 0.3 (2013-05-29)
  11. ````````````````
  12. * Fix annotation formatting of builtin types on Python 2.x
  13. 0.2 (2012-01-07)
  14. ````````````````
  15. * PyPy compatability
  16. 0.1 (2012-01-06)
  17. ````````````````
  18. * Initial release