From a4bb7bdc45f6c3615b806a549d4b12df397cca01 Mon Sep 17 00:00:00 2001 From: David Ortiz Date: Thu, 19 Apr 2018 14:36:58 +0200 Subject: [PATCH] CHANGELOG: add entry for fixed bug in export() of local chain policies --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f127e909..72ac02e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - Rate Limit policy [PR #648](https://github.com/3scale/apicast/pull/648) + +### Fixed + +- `export()` not working correctly in policies of the local chain [PR #673](https://github.com/3scale/apicast/pull/673) + ### Changed - descriptions in `oneOf`s in policy manifests have been replaced with titles [PR #663](https://github.com/3scale/apicast/pull/663)