mirror of
https://github.com/actix/actix-web.git
synced 2025-01-18 05:05:43 +00:00
Update changelog
This commit is contained in:
parent
a6a47b95ee
commit
0152cedc5d
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [3.0.0-alpha.1] - 2020-03-11
|
||||||
## [2.0.NEXT] - 2020-01-xx
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -10,11 +9,13 @@
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Use `sha-1` crate instead of unmaintained `sha1` crate
|
* Use `sha-1` crate instead of unmaintained `sha1` crate
|
||||||
* Skip empty chunks when returning response from a `Stream` #1308
|
* Skip empty chunks when returning response from a `Stream` [#1308]
|
||||||
* Update the `time` dependency to 0.2.7
|
* Update the `time` dependency to 0.2.7
|
||||||
* Update `actix-tls` dependency to 2.0.0-alpha.1
|
* Update `actix-tls` dependency to 2.0.0-alpha.1
|
||||||
* Update `rustls` dependency to 0.17
|
* Update `rustls` dependency to 0.17
|
||||||
|
|
||||||
|
[#1308]: https://github.com/actix/actix-web/pull/1308
|
||||||
|
|
||||||
## [2.0.0] - 2019-12-25
|
## [2.0.0] - 2019-12-25
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
Loading…
Reference in a new issue