Skip to content

fut 3.2.0

Compare
Choose a tag to compare
@pfusik pfusik released this 25 Mar 12:21
· 108 commits to master since this release

How to install:

  • Windows: download and run fut-3.2.0-win64.msi
  • macOS: brew install fusionlanguage/fut/fut
  • Ubuntu 22.04+: download and install fut_3.2.0-1_amd64.deb
  • Fedora 38+: download and install fut-3.2.0-1.x86_64.rpm

Changes since 3.1.2:

  • Documentation comments for throws
  • Updated the Swift parameter documentation syntax
  • Fixed errors on forward-referenced classes and methods
  • Fixed leaks of temporary objects in C (#26)
  • Fixed List<C>.Any in C++
  • Major update of the Visual Studio Code extension: shows all errors, "go to definition" (#64)