Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 1.33 KB

File metadata and controls

37 lines (17 loc) · 1.33 KB

AXONE Prolog changelog

3.2.0 (2026-03-03)

Features

  • engine: add VM metering (11d1ec5)

3.1.0 (2026-02-12)

Features

  • engine: expose VM.LoadedSources() (baa7d26)

3.0.0 (2026-02-10)

⚠ BREAKING CHANGES

  • engine: restore halt/1 behavior with error signaling for VM execution
  • engine: route open/3 and open/4 through VM.FS with OpenFileFS support

Features

  • engine: add read_write mode for bidirectional file I/O (0fed4e0)

Bug Fixes

  • engine: restore halt/1 behavior with error signaling for VM execution (cb318a7)

Code Refactoring

  • engine: route open/3 and open/4 through VM.FS with OpenFileFS support (469300f)