mirror of
https://github.com/actix/actix-web.git
synced 2024-12-18 14:16:47 +00:00
update changelog
This commit is contained in:
parent
20752fd82e
commit
2bc7102e37
2 changed files with 11 additions and 0 deletions
|
@ -4,7 +4,11 @@
|
||||||
### Added
|
### Added
|
||||||
* Re-export actix-service `ServiceFactory` in `dev` module. [#2325]
|
* Re-export actix-service `ServiceFactory` in `dev` module. [#2325]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* `HttpServer::on_connect` now receives a `CloneableExtensions` object. [#2327]
|
||||||
|
|
||||||
[#2325]: https://github.com/actix/actix-web/pull/2325
|
[#2325]: https://github.com/actix/actix-web/pull/2325
|
||||||
|
[#2327]: https://github.com/actix/actix-web/pull/2327
|
||||||
|
|
||||||
|
|
||||||
## 4.0.0-beta.8 - 2021-06-26
|
## 4.0.0-beta.8 - 2021-06-26
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
### Added
|
||||||
|
* `CloneableExtensions` object for use in `on_connect` handlers. [#2327]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* `on_connect_ext` methods now receive a `CloneableExtensions` object. [#2327]
|
||||||
|
|
||||||
|
[#2327]: https://github.com/actix/actix-web/pull/2327
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0-beta.8 - 2021-06-26
|
## 3.0.0-beta.8 - 2021-06-26
|
||||||
|
|
Loading…
Reference in a new issue