1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
actix-extras/CHANGELOG.md
2018-09-08 10:44:39 +03:00

551 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.

[0.1.0] - 2018-09-08

Changed

  • Update to actix-web = "0.7" version

[0.0.4] - 2018-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