1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

prepare release http & awc (#1617)

This commit is contained in:
Rob Ede
2020-07-22 01:13:10 +01:00
committed by GitHub
parent 92b5bcd13f
commit cf1c8abe62
4 changed files with 25 additions and 13 deletions

View File

@ -1,18 +1,19 @@
# Changes
## [Unreleased] - xxx
## Unreleased - 2020-xx-xx
## 2.0.0-beta.2 - 2020-07-21
### Fixed
* Potential UB in h1 decoder using uninitialized memory. [#1614]
[#1614]: https://github.com/actix/actix-web/pull/1614
### Changed
* Fix illegal chunked encoding. [#1615]
[#1614]: https://github.com/actix/actix-web/pull/1614
[#1615]: https://github.com/actix/actix-web/pull/1615
## [2.0.0-beta.1] - 2020-07-11
### Changed

View File

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