packages feed

packstream-bolt-0.1.0.0: changelog.md

# Changelog for `packstream`

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the
[Haskell Package Versioning Policy](https://pvp.haskell.org/).

## 0.1.0.0

- Initial release
- PackStream binary format encoding and decoding
- Support for all PackStream types: Null, Bool, Integer, Float, String, Bytes, List, Map, Structure
- Persist-based serialization backend
- TextShow instances for all types