From 6c5554ca8b4276c590fb6588f5a552a07f127c8f Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Thu, 31 Oct 2019 11:25:22 +0100 Subject: [PATCH] docs: add PR 906 to changelog for 0.18.0 Co-Authored-By: Leonardo Di Donato Signed-off-by: Lorenzo Fontana --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eab676a3..78dd6227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ Released 2019-10-28 * add explicit dependency between tests and catch2 header file. [[#879](https://github.com/falcosecurity/falco/pull/879)] * fix: stable dockerfile libgcc-6-dev dependencies [[#830](https://github.com/falcosecurity/falco/pull/830)] * fix: build dependencies for the local dockerfile [[#782](https://github.com/falcosecurity/falco/pull/782)] +* fix: a crash bug that could result from reading more than ~6 rules files [[#906](https://github.com/falcosecurity/falco/issues/906)] [[#907](https://github.com/falcosecurity/falco/pull/907)] ### Rule Changes