1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-05 17:52:14 +00:00
actix-web/actix-web-codegen/CHANGES.md
2019-06-04 22:33:43 +06:00

25 lines
394 B
Markdown

# Changes
## [0.1.2] - 2019-06-04
* Add macros for head, options, trace, connect and patch http methods
## [0.1.1] - 2019-06-01
* Add syn "extra-traits" feature
## [0.1.0] - 2019-05-18
* Release
## [0.1.0-beta.1] - 2019-04-20
* Gen code for actix-web 1.0.0-beta.1
## [0.1.0-alpha.6] - 2019-04-14
* Gen code for actix-web 1.0.0-alpha.6
## [0.1.0-alpha.1] - 2019-03-28
* Initial impl