From 4648816d156f51730911a09975757440a73f9022 Mon Sep 17 00:00:00 2001 From: David Ortiz Date: Wed, 28 Feb 2018 12:47:16 +0100 Subject: [PATCH] CHANGELOG: add entry log for summary property in policy manifests --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d223e16e..1da810f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## Added + +- New property `summary` in the policy manifests [PR #633](https://github.com/3scale/apicast/pull/633) + ## Fixed - Error loading policy chain configuration JSON with null value [PR #626](https://github.com/3scale/apicast/pull/626)