mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 08:22:59 +01:00
ba88d3b4bf
* prepare actix-router release 0.5.0-beta.2 * prepare actix-web-codegen release 0.5.0-beta.4 * prepare actix-http release 3.0.0-beta.10 * prepare awc release 3.0.0-beta.8 * prepare actix-web release 4.0.0-beta.9 * prepare actix-http-test release 3.0.0-beta.6 * prepare actix-test release 0.1.0-beta.4 * prepare actix-files release 0.6.0-beta.7 * prepare actix-multipart release 0.4.0-beta.6 * prepare actix-web-actors release 4.0.0-beta.7 * fix http test version * re-add patch * update router repo url * fix http test readme version
22 lines
423 B
Markdown
22 lines
423 B
Markdown
# Changes
|
|
|
|
## Unreleased - 2021-xx-xx
|
|
|
|
|
|
## 0.1.0-beta.4 - 2021-09-09
|
|
* Minimum supported Rust version (MSRV) is now 1.51.
|
|
|
|
|
|
## 0.1.0-beta.3 - 2021-06-20
|
|
* No significant changes from `0.1.0-beta.2`.
|
|
|
|
|
|
## 0.1.0-beta.2 - 2021-04-17
|
|
* No significant changes from `0.1.0-beta.1`.
|
|
|
|
|
|
## 0.1.0-beta.1 - 2021-04-02
|
|
* Move integration testing structs from `actix-web`. [#2112]
|
|
|
|
[#2112]: https://github.com/actix/actix-web/pull/2112
|