1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 09:49:29 +00:00

prepare actix-http 0.2.9 release

This commit is contained in:
Armin Ronacher 2019-08-13 15:20:29 +02:00
parent 915010e733
commit 192dfff680
2 changed files with 6 additions and 2 deletions

View file

@ -1,11 +1,15 @@
# Changes
## [0.2.9] - 2019-08-xx
## [0.2.9] - 2019-08-13
### Changed
* Dropped the `byteorder`-dependency in favor of `stdlib`-implementation
### Fixed
* Fixed a panic in the HTTP2 handshake in client HTTP requests (#1031)
## [0.2.8] - 2019-08-01

View file

@ -1,6 +1,6 @@
[package]
name = "actix-http"
version = "0.2.8"
version = "0.2.9"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http primitives"
readme = "README.md"