diff --git a/actix-server/CHANGES.md b/actix-server/CHANGES.md index 01e44401..32a62691 100644 --- a/actix-server/CHANGES.md +++ b/actix-server/CHANGES.md @@ -2,6 +2,11 @@ ## [0.3.1] - 2019-03-xx +### Added + +* Add `ServerBuilder::maxconnrate` sets the maximum per-worker number of concurrent connections + + ### Changed * Rename `StreamServiceFactory` to `ServiceFactory`