Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
panicbit committed Nov 14, 2020
1 parent af614a0 commit cf05c4b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- `Mime::new_lossy` constructor that never fails
- "lossy" constructors for `Response` and `Status` (see `Mime::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)

0 comments on commit cf05c4b

Please sign in to comment.