rust-imap/CHANGELOG.md
2020-07-27 09:33:49 -04:00

683 B

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.

Unreleased

Added

Changed

Removed

2.2.0 - 2020-07-27

Added

  • Changelog
  • STARTTLS example (#165)
  • Timeout example (#168)
  • Export Result and Error types (#170)

Changed

  • MSRV increased
  • Better documentation of server greeting handling (#168)