mirror of https://github.com/fafhrd91/actix-net
add changelog
This commit is contained in:
parent
a431bce90f
commit
263bed60af
|
@ -2,8 +2,10 @@
|
|||
|
||||
## Unreleased - 2021-xx-xx
|
||||
* Hidden `ServerBuilder::start` method has been removed. Use `ServerBuilder::run`. [#246]
|
||||
* Expose `builder::create_tcp_listener`. Don't set reuseaddr on windows. [#249]
|
||||
|
||||
[#246]: https://github.com/actix/actix-net/pull/246
|
||||
[#249]: https://github.com/actix/actix-net/pull/249
|
||||
|
||||
|
||||
## 2.0.0-beta.2 - 2021-01-03
|
||||
|
|
Loading…
Reference in New Issue