1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 01:39:33 +00:00
actix-web/CHANGES.md

16 lines
255 B
Markdown
Raw Normal View History

2017-10-31 03:46:39 +00:00
# Changes
2017-10-24 06:25:32 +00:00
## [1.0.0-alpha.2] - 2019-03-29
### Changed
* multipart::Field renamed to MultipartField
2019-03-28 20:46:26 +00:00
## [1.0.0-alpha.1] - 2019-03-28
2019-03-24 23:17:59 +00:00
### Changed
2019-03-28 20:46:26 +00:00
* Complete architecture re-design.
2019-03-24 23:17:59 +00:00
* Return 405 response if no matching route found within resource #538