Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 535 Bytes

ChangeLog.md

File metadata and controls

21 lines (16 loc) · 535 Bytes

Changelog

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

The format is based on Keep a Changelog

Unreleased

  • 0.4.0

Changed

  • Removed Bincode Feature

  • Renamed Trait functions to make library work with others like speedy.

  • 0.3.0

Added

  • Added derive macros for the ByteBufferWrite and ByteBufferRead traits

  • 0.2.0

Added

  • Added feature-gated Bincode support
  • Added Clone trait to ByteBuffer
  • Added truncate method to ByteBuffer