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.
v0.2.0 - 2021-02-01
- [breaking change]
StaticReadBuffer
andStaticWriteBuffer
no longer exist. Instead useReadBuffer
,WriteBuffer
.
- Replace less strict
ReadBuffer
andWriteBuffer
definitions with those ofStaticReadBuffer
andStaticWriteBuffer
. This removes the separate static traits.
v0.1.2 - 2020-09-30
- Added
StaticReadBuffer
andStaticWriteBuffer
, which are stricter versions of the original traits.
v0.1.1 - 2020-09-04
- Signed integer type
Word
trait implementations.
Initial release