Interpreter/Runtime
- Added support for reading the compiler's intermediate representation from
 disk, as well as round-tripping that IR
 (#1996). The compiler will now
 take advantage of cached IR where available to drastically reduce start-up
 time, and will write these caches if they do not exist or are invalid.
Enso 0.2.29 (2021-09-16)
Interpreter/Runtime
- Added support for serializing the compiler's intermediate representation to
 disk (#1991). This is currently
 disabled by default, but in the future will allow much faster startup of the
 runtime.
Libraries
- Added support for fetching tables from Google Spreadsheets.
 (#1976).
- Added support for certain statistical functions of table columns
 (#1990).
Known Issues
- This is a beta release, so please see the
 issue tracker
 for issues opened before the release date.