From be12a1f74bbbda9bbad749f5fbf56c342c2878cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20Fahn=C3=B8e=20J=C3=B8rgensen?= Date: Tue, 29 Oct 2024 10:08:35 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 099d98d2..2f8aca2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,11 @@ - Update verifier to accept buffers with misaligned empty vectors because C++ has been discovered to be doing this for 10 years by now. The original stricter verifier can be activated with a compile time flag (#287, #289). +- Fix low impact incorrect use of strncmp in str_set hash table comparison. + In flatcc this only affects duplicate header file inclusion detection during + C code generation. Unlikely worst case a file might not be included which + would cause a compile time error in user code. However, do take note if + using the str_set table for other purposes. (#308). ## [0.6.1]