Current section

Files

Jump to
cyanide CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.0.0] - 2023-06-20
### Added
- **BREAKING CHANGE**: new type for BSON binaries: `Cyanide.Binary`.
- Add `Cyanide.Encoder` protocol.
### Fixed
- Fixes from 1.0.1 (handling of malformed subdocuments).
## [1.0.1] - 2021-12-16
### Fixed
- Fix handling of malformed subdocuments.
## [1.0.0] - 2020-03-18
### Added
- First Cyanide release.