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.
- Instead of a homegrown test suite, we now use AUnit.
- The library was missing memory management. This release introduces the
Controlled Type
Documentthat'll trigger a cleanup when it goes out of scope. See README and the example programs for how this works.
- 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.