From a2ecd265148877149b023027dd02f0c3f1cc6965 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Wed, 4 Mar 2020 10:48:57 +0100 Subject: [PATCH] add changelog --- changelog/unreleased/handler-option-on-http-services.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/handler-option-on-http-services.md diff --git a/changelog/unreleased/handler-option-on-http-services.md b/changelog/unreleased/handler-option-on-http-services.md new file mode 100644 index 0000000000..fcff868b20 --- /dev/null +++ b/changelog/unreleased/handler-option-on-http-services.md @@ -0,0 +1,5 @@ +Enhancement: Allow http services to register handlers + +Added a handler option on http services + +https://github.com/owncloud/ocis-pkg/pull/33