Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 557 Bytes

CHANGELOG.md

File metadata and controls

15 lines (10 loc) · 557 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.

[0.1.0] - 2020-12-21

Added

  • Collections: Vec, String, HashMap, HashSet.
  • Necessary infrastructure: Value and related traits, Storage trait and both implementations, etc.
  • Tools for manual serialization and deserialization of custom types.
  • Dual-licensed under MIT and UNLICENSE.