From 04d4ee1089b2a8458c649cdf7aad81eb6e12e7f6 Mon Sep 17 00:00:00 2001 From: Michael Aganier Date: Mon, 15 Mar 2021 12:26:37 -0400 Subject: [PATCH] Bump changelog in single header file --- nuklear.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nuklear.h b/nuklear.h index 6855f6f..6fd57ad 100644 --- a/nuklear.h +++ b/nuklear.h @@ -29172,6 +29172,7 @@ nk_tooltipfv(struct nk_context *ctx, const char *fmt, va_list args) /// - [yy]: Minor version with non-breaking API and library changes /// - [zz]: Bug fix version with no direct changes to API /// +/// - 2020/12/19 (4.06.2) - Fix additional C++ style comments which are not allowed in ISO C90. /// - 2020/10/11 (4.06.1) - Fix C++ style comments which are not allowed in ISO C90. /// - 2020/10/07 (4.06.0) - Fix nk_combo return type wrongly changed to nk_bool /// - 2020/09/05 (4.05.0) - Use the nk_font_atlas allocator for stb_truetype memory management.