Skip to content

Commit be12a1f

Browse files
committed
Update CHANGELOG
1 parent b5dbdd8 commit be12a1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
- Update verifier to accept buffers with misaligned empty vectors because C++
5252
has been discovered to be doing this for 10 years by now. The original
5353
stricter verifier can be activated with a compile time flag (#287, #289).
54+
- Fix low impact incorrect use of strncmp in str_set hash table comparison.
55+
In flatcc this only affects duplicate header file inclusion detection during
56+
C code generation. Unlikely worst case a file might not be included which
57+
would cause a compile time error in user code. However, do take note if
58+
using the str_set table for other purposes. (#308).
5459

5560
## [0.6.1]
5661

0 commit comments

Comments
 (0)