From f79a253f1ecae7dbca4adde1f33b9edaf4e4f1b9 Mon Sep 17 00:00:00 2001 From: svartalf Date: Sun, 1 Jul 2018 16:52:10 +0300 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..0c456ec64 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +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.4] - 2017-07-01 +### Fixed + - Fix possible panic at `IntoHeaderValue` implementation for `headers::authorization::Basic` + - Fix possible panic at `headers::www_authenticate::challenge::bearer::Bearer::to_bytes` call