add changelog

This commit is contained in:
fakeshadow 2021-01-22 15:26:54 -08:00
parent a431bce90f
commit 263bed60af
1 changed files with 2 additions and 0 deletions

View File

@ -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