From 2ce1533a5f7ffc73303c5cb99d077b6b2f9a8040 Mon Sep 17 00:00:00 2001 From: David Ortiz Date: Fri, 8 Jun 2018 18:08:30 +0200 Subject: [PATCH] CHANGELOG: add fix for combining the 3scale batching policy with the caching one --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1e1a5cc..8933c6841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - OpenTracing support [PR #669](https://github.com/3scale/apicast/pull/669) - Generate new policy scaffold from the CLI [PR #682](https://github.com/3scale/apicast/pull/682) -- 3scale batcher policy [PR #685](https://github.com/3scale/apicast/pull/685), [PR #710](https://github.com/3scale/apicast/pull/710) +- 3scale batcher policy [PR #685](https://github.com/3scale/apicast/pull/685), [PR #710](https://github.com/3scale/apicast/pull/710), [PR #757](https://github.com/3scale/apicast/pull/757) - Liquid templating support in the headers policy configuration [PR #716](https://github.com/3scale/apicast/pull/716) - Ability to modify query parameters in the URL rewriting policy [PR #724](https://github.com/3scale/apicast/pull/724) - 3scale referrer policy [PR #728](https://github.com/3scale/apicast/pull/728)