mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
Add ability to name a handler function as 'config' (#1290)
* eliminate handler naming restrictions #1277 * Update actix-web-codegen/CHANGES.md Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
committed by
Yuki Okushi
parent
8888520d83
commit
71d11644a7
@ -1,5 +1,9 @@
|
||||
# Changes
|
||||
|
||||
## [0.2.NEXT] - 2020-xx-xx
|
||||
|
||||
* Allow the handler function to be named as `config` #1290
|
||||
|
||||
## [0.2.0] - 2019-12-13
|
||||
|
||||
* Generate code for actix-web 2.0
|
||||
|
Reference in New Issue
Block a user