From 3ccce199a209cf66dfef357fb3773ba845085d9a Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 10 Sep 2018 12:21:04 +0200 Subject: [PATCH] Document the behavior change of make apidoc --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 61a063133..5d2bb4770 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,11 @@ Bugfix * Fix potential build failures related to the 'apidoc' target, introduced in the previous patch release. Found by Robert Scheck. #390 #391 +Changes + * "make apidoc" now generates the documentation for the current + configuration. Run "scripts/apidoc_full.sh" to generate the full + documentation. This aligns the behavior with Mbed TLS 2.2+. + = mbed TLS 2.1.14 branch released 2018-07-25 Security