Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

55 lines (45 loc) · 2.44 KB

Changelog

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

Unreleased

0.2.0 (2019/02/28)

  • Add new try_into_* utility methods on Object.
  • Introduce ...
    • FromBencode trait for simpler decoding.
    • a high level encoding Error type.
    • a high level decoding Error type.
    • ResultExt decoding trait to improve error handling.
  • Subscribed into edition 2018 and latest rustfmt version.

Breaking Changes

0.1.2 (2018/08/14)

0.1.1 (2018/08/07)

  • Add missing trait derives for the AsString encoding wrapper.

0.1.0 (2018/07/24)

Initial release