add changelog

This commit is contained in:
A.Unger
2021-07-02 16:08:32 +02:00
parent 72630c3291
commit e30f3a377b

View File

@@ -0,0 +1,7 @@
Bugfix: Panic when service fails to start
Tags: runtime
When attempting to run a service through the runtime that is currently running and fails to start, a race condition still redirect os Interrupt signals to a closed channel.
https://github.com/owncloud/ocis/pull/2252