kochab/CHANGELOG.md

717 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

  • GEMINI_MIME_STR, the &str representation of the Gemini MIME
  • Meta::new_lossy constructor that never fails
  • "lossy" constructors for Response and Status (see Meta::new_lossy)

Changed

  • Some Response and Status constructors are now infallible

Deprecated

  • Instead of gemini_mime() use GEMINI_MIME

[0.2.0] - 2020-11-14

Added