From ba02e5f2710180a06dfe71ad0dadc85f5699e462 Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Sun, 21 Feb 2021 12:31:18 +0000 Subject: [PATCH] Update ChangeLog Add PR number for changes Include another wolfSSL change --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 620cb9c7..bef776a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ == ChangeLog (CoovaChilli-v1.6) == -* Fix build with musl libc. -* Updated build to avoid making warnings fatal. -* Updated debian and rpm packaging sources. +* Fix build with musl libc. (#524) +* Updated build to avoid making warnings fatal. (#524) +* Updated debian and rpm packaging sources. (#524) +* Fix compilation with newer wolfSSL. (#499) == ChangeLog (CoovaChilli-v1.5) == * Deal with the differing levels of support for 64 bit time_t by casting to long (#325)