Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1009 Bytes

File metadata and controls

31 lines (20 loc) · 1009 Bytes

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

Note

Until the release of version 1.0, this project will be in development mode. In consequence, even minor versions might contain breaking changes. Starting with version 1.0, we'll follow Semantic Versioning.

[Unreleased]

Changed

  • Instead of a homegrown test suite, we now use AUnit.

[0.2.0] - 2025-12-29

Changed

  • The library was missing memory management. This release introduces the Controlled Type Document that'll trigger a cleanup when it goes out of scope. See README and the example programs for how this works.

[0.1.0] - 2025-12-24

Added

  • First release of the library. It's going to be in development mode until release 1.0. The practical consequence is that until then, even minor versions might well contain breaking changes.