Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 639 Bytes

CHANGELOG.md

File metadata and controls

31 lines (17 loc) · 639 Bytes

Kotlite Stdlib Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Nothing yet.

[1.1.0] - 2024-04-27

Added

  • UUID library module
  • Global function setKotliteStdlibLogMinLevel(severity: Severity)

Removed

  • MultipleLibModules -- it is moved into the kotlite-interpreter library

Fixed

  • Logger is no longer a shared instance but a dedicated one

[1.0.0] - 2024-04-08

Added

  • First release