prepare release actix-http 3.0.0-beta.2

This commit is contained in:
Rob Ede 2020-07-21 17:33:25 +01:00
parent 701bdacfa2
commit 2b2186586c
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
2 changed files with 7 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
[package] [package]
name = "actix-http" name = "actix-http"
version = "2.0.0-beta.1" version = "2.0.0-beta.2"
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"