From 73a5c4007d35b3e794a5e42c7f94756720c6675f Mon Sep 17 00:00:00 2001 From: panicbit Date: Sat, 14 Nov 2020 02:19:13 +0100 Subject: [PATCH] add changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bbcc1b1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# 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). + +## [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 +- Access to client certificates by [@Alch-Emi](https://github.com/Alch-Emi) \ No newline at end of file