mirror of
https://github.com/fafhrd91/actix-web
synced 2025-02-07 13:54:24 +01:00
prepare http-2.0.0-beta.1 release (#1596)
This commit is contained in:
parent
e10eb648d9
commit
327e472e44
@ -1,13 +1,19 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased] - xxx
|
||||||
|
|
||||||
|
## [2.0.0-beta.1] - 2020-07-11
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Migrate cookie handling to `cookie` crate.
|
* Migrate cookie handling to `cookie` crate. [#1558]
|
||||||
* Update `sha-1` to 0.9
|
* Update `sha-1` to 0.9. [#1586]
|
||||||
* MSRV is now 1.41.1
|
* Fix leak in client pool. [#1580]
|
||||||
* Fix client leak [#1580]
|
* MSRV is now 1.41.1.
|
||||||
|
|
||||||
|
[#1558]: https://github.com/actix/actix-web/pull/1558
|
||||||
|
[#1586]: https://github.com/actix/actix-web/pull/1586
|
||||||
|
[#1580]: https://github.com/actix/actix-web/pull/1580
|
||||||
|
|
||||||
## [2.0.0-alpha.4] - 2020-05-21
|
## [2.0.0-alpha.4] - 2020-05-21
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-http"
|
name = "actix-http"
|
||||||
version = "2.0.0-alpha.4"
|
version = "2.0.0-beta.1"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix http primitives"
|
description = "Actix HTTP primitives"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["actix", "http", "framework", "async", "futures"]
|
keywords = ["actix", "http", "framework", "async", "futures"]
|
||||||
homepage = "https://actix.rs"
|
homepage = "https://actix.rs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user