Skip to content

v1.4.3 [Ernest Scribbler]

Choose a tag to compare

@evhub evhub released this 07 Jan 23:37
· 1841 commits to master since this release

See Coconut's documentation for more information on everything listed below.

Bugfixes:

  • #527: Coconut once again builds properly on Python 2 (thanks @hasufell for the issue!)
  • #526: fixes = function definition returning string literals not working (thanks @vietspaceanh for the issue!)
  • attributes now work properly in implicit function application (e.g. f b.x c.y)