From 51a82a7fb59bf674e77d5a409737ad388ebf74c9 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Tue, 3 Jan 2023 21:56:58 +0000 Subject: [PATCH] build-full: Always enable inline file creation Signed-off-by: Richard T Bonhomme --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index faa19f1..15e598f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ Easy-RSA 3 ChangeLog 3.1.2 (TBD) + * build-full: Always enable inline file creation (#834) * Make default Edwards curve ED25519 (#828) * Allow --fix-offset to create post-dated certificates (#804) * Introduce command 'set-pass' (#756)