diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c38f6f..37f01b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Add pid file creation to avoid having two daemons. [#126](https://github.com/greenbone/ospd/pull/126) [#128](https://github.com/greenbone/ospd/pull/128) - Add OSP command. [#131](https://github.com/greenbone/ospd/pull/131) [#137](https://github.com/greenbone/ospd/pull/137) - Add method to check if a target finished cleanly or crashed. [#133](https://github.com/greenbone/ospd/pull/133) +- Add the --stream-timeout option to configure the socket timeout.[#136](https://github.com/greenbone/ospd/pull/136) +- Add support to handle multiple requests simultaneously.[#136](https://github.com/greenbone/ospd/pull/136) ### Changed - Improve documentation.