From c131dcc93c0ad905b6759a0c48a802ca3af47ea6 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Fri, 29 Jan 2016 13:27:30 -0300 Subject: [PATCH] Adds information about the pull request #914 on the CHANGES file --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index fc30e44b..b0aaf34a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ DD mmm YYYY - X.Y.Z (To be released) ------------------------------------ + * Added support to generate audit logs in JSON format. + [Issue #914, #897, #656 - Robert Paprocki] * Creating AuditLog serial file (or paralel index) respecting the permission configured with SecAuditLogFileMode, before, it was used only to save the transactions while in paralel mode.