Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 690 Bytes

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 690 Bytes

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]

  • Currently in pre-release development

[0.2.0] - 2023-10-20

Added

  • This change log.

Fixed

  • No bug fixes

Changed

  • The signature for the contructor function new. This is more in line with the idiomatic way of initialising drivers and also removes some lifetime issues when using the driver. This is a BREAKING change and client code needs to be changed.

Removed

  • Nothing removed