1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-23 17:28:19 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Nikolay Kim
6db909a3e7 update migration 2019-12-25 20:27:30 +04:00
Nikolay Kim
642ae161c0 prep actix-web release 2019-12-25 20:21:00 +04:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# Changes
## [2.0.0] - 2019-12-xx
## [2.0.0] - 2019-12-25
### Changed

View File

@@ -14,6 +14,9 @@
* `actix_http_test::TestServer` moved to `actix_web::test` module. To start
test server use `test::start()` or `test_start_with_config()` methods
* `ResponseError` trait has been reafctored. `ResponseError::error_response()` renders
http response.
## 1.0.1