From f6eeeaa99e2daaba2614cf76c87a39f45121398d Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Sun, 9 Feb 2020 02:15:17 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4abb79b..b64a6a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.0.13] - 2020-xx-xx +## [0.0.14] - 2020-xx-xx + +## [0.0.13] - 2020-02-09 ### Changed - Swapped out MD5 crate to simpler version - Replaced Error Chain with plain old error enums. -- Added a `rustls-tls` option to use `rustls-tls` in reqwest. + +### Added +- `rustls-tls` feature to use `rustls-tls` in reqwest. ## [0.0.12] - 2019-10-13 ### Fixed