From d8ab645133f984dc16f665301ff74f7851d1998f Mon Sep 17 00:00:00 2001 From: David Ortiz Date: Tue, 26 Jun 2018 11:57:38 +0200 Subject: [PATCH] CHANGELOG: add GC module --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d434b614c..0d14c1c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - New `ssl_certificate` phase allows policies to provide certificate to terminate HTTPS connection [PR #622](https://github.com/3scale/apicast/pull/622). - Configurable `auth_type` for the token introspection policy [PR #755](https://github.com/3scale/apicast/pull/755) - `TimerTask` module to execute recurrent tasks that can be cancelled [PR #782](https://github.com/3scale/apicast/pull/782), [#784](https://github.com/3scale/apicast/pull/784) +- `GC` module that implements a workaround to be able to define `__gc` on tables [PR #790](https://github.com/3scale/apicast/pull/790) ### Changed