From 72d1497d1f89f1f55e476d1ee79cd4bb5d452b80 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Tue, 24 Mar 2020 10:04:30 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 625e7904ad..b5d0b4371e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,19 @@ The following sections list the changes for ocis-proxy unreleased. ## Summary +* Change - Route requests based on regex or query parameters: [#21](https://github.com/owncloud/ocis-proxy/issues/21) * Enhancement - Proxy client urls in default configuration: [#19](https://github.com/owncloud/ocis-proxy/issues/19) ## Details +* Change - Route requests based on regex or query parameters: [#21](https://github.com/owncloud/ocis-proxy/issues/21) + + Some requests needed to be distinguished based on a pattern or a query parameter. We've + implemented the functionality to route requests based on different conditions. + + https://github.com/owncloud/ocis-proxy/issues/21 + + * Enhancement - Proxy client urls in default configuration: [#19](https://github.com/owncloud/ocis-proxy/issues/19) Proxy /status.php and index.php/*